Skip to content

Commit d71c566

Browse files
ci: fix env variable
1 parent 6246905 commit d71c566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Molecule for Ansible - GHR Repository
4444
uses: MonolithProjects/[email protected]
4545
env:
46-
PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
46+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4747
with:
4848
os: ${{ matrix.config.os }}
4949
tag: ${{ matrix.config.tag }}
@@ -65,7 +65,7 @@ jobs:
6565
- name: Molecule for Ansible - GHR Organization
6666
uses: MonolithProjects/[email protected]
6767
env:
68-
PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
68+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6969
with:
7070
molecule_command: test
7171
scenario: org

0 commit comments

Comments
 (0)