Commit bb607c1 1 parent 196b3f8 commit bb607c1 Copy full SHA for bb607c1
File tree 2 files changed +3
-3
lines changed
playbooks/oracle_statistics/oracle_statistics/tasks
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
151
151
- name : Start Ansible Gather Delius Statistics
152
152
env :
153
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
153
+ GITHUB_TOKEN : ${{ secrets.TOKEN }}
154
154
shell : bash
155
155
run : |
156
156
export ANSIBLE_CONFIG=$ansible_config
Original file line number Diff line number Diff line change 2
2
3
3
- name : Test
4
4
shell : |
5
- echo ${GH_TOKEN} | gh auth login --with-token
5
+ gh auth login --with-token
6
6
gh workflow run oracle-db-statistics.yml --ref DBA-651 -f TargetEnvironment=delius-core-dev
7
7
environment :
8
- GH_TOKEN : " '{{ lookup('ansible.builtin.env', 'GH_TOKEN ') }}'"
8
+ GITHUB_TOKEN : " '{{ lookup('ansible.builtin.env', 'GITHUB_TOKEN ') }}'"
9
9
register : start_statistics_export
10
10
delegate_to : localhost
11
11
become : no
You can’t perform that action at this time.
0 commit comments