We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b1a29 commit 6246905Copy full SHA for 6246905
.github/workflows/main.yml
@@ -42,8 +42,8 @@ jobs:
42
path: "${{ github.repository }}"
43
- name: Molecule for Ansible - GHR Repository
44
uses: MonolithProjects/[email protected]
45
- # env:
46
- # PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
+ env:
+ PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
47
with:
48
os: ${{ matrix.config.os }}
49
tag: ${{ matrix.config.tag }}
@@ -64,8 +64,8 @@ jobs:
64
65
- name: Molecule for Ansible - GHR Organization
66
67
68
69
70
molecule_command: test
71
scenario: org
0 commit comments