We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6615f20 commit 196b3f8Copy full SHA for 196b3f8
playbooks/oracle_statistics/oracle_statistics/tasks/main.yml
@@ -2,6 +2,7 @@
2
3
- name: Test
4
shell: |
5
+ echo ${GH_TOKEN} | gh auth login --with-token
6
gh workflow run oracle-db-statistics.yml --ref DBA-651 -f TargetEnvironment=delius-core-dev
7
environment:
8
GH_TOKEN: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"
0 commit comments