Skip to content

Commit 196b3f8

Browse files
committed
Test gh auth login
1 parent 6615f20 commit 196b3f8

File tree

1 file changed

+1
-0
lines changed
  • playbooks/oracle_statistics/oracle_statistics/tasks

1 file changed

+1
-0
lines changed

playbooks/oracle_statistics/oracle_statistics/tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- name: Test
44
shell: |
5+
echo ${GH_TOKEN} | gh auth login --with-token
56
gh workflow run oracle-db-statistics.yml --ref DBA-651 -f TargetEnvironment=delius-core-dev
67
environment:
78
GH_TOKEN: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"

0 commit comments

Comments
 (0)