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 6246905 commit d71c566Copy full SHA for d71c566
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Molecule for Ansible - GHR Repository
44
uses: MonolithProjects/[email protected]
45
env:
46
- PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
+ PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
47
with:
48
os: ${{ matrix.config.os }}
49
tag: ${{ matrix.config.tag }}
@@ -65,7 +65,7 @@ jobs:
65
- name: Molecule for Ansible - GHR Organization
66
67
68
69
70
molecule_command: test
71
scenario: org
0 commit comments