Skip to content

Commit 6246905

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
path: "${{ github.repository }}"
4343
- name: Molecule for Ansible - GHR Repository
4444
uses: MonolithProjects/[email protected]
45-
# env:
46-
# PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
45+
env:
46+
PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
4747
with:
4848
os: ${{ matrix.config.os }}
4949
tag: ${{ matrix.config.tag }}
@@ -64,8 +64,8 @@ jobs:
6464
path: "${{ github.repository }}"
6565
- name: Molecule for Ansible - GHR Organization
6666
uses: MonolithProjects/[email protected]
67-
# env:
68-
# PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
67+
env:
68+
PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
6969
with:
7070
molecule_command: test
7171
scenario: org

0 commit comments

Comments
 (0)