We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336296d commit 05e9e6aCopy full SHA for 05e9e6a
playbooks/oracle_statistics/oracle_statistics/tasks/main.yml
@@ -1,18 +1,13 @@
1
---
2
3
-- debug:
4
- msg: "'{{ lookup('ansible.builtin.env', 'GITHUB_TOKEN') }}'"
5
- delegate_to: localhost
6
- become: no
7
-
8
- debug:
9
msg: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"
10
delegate_to: localhost
11
become: no
12
13
- name: Test
14
shell: |
15
- echo "${GH_TOKEN}" | gh auth login --with-token
+ # echo "${GH_TOKEN}" | gh auth login --with-token
16
gh workflow run oracle-db-statistics.yml --ref DBA-651 -f TargetEnvironment=delius-core-dev
17
environment:
18
GH_TOKEN: "'{{ lookup('ansible.builtin.env', 'GH_TOKEN') }}'"
0 commit comments