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 c766e9d commit 350c99fCopy full SHA for 350c99f
.github/workflows/main.yml
@@ -32,5 +32,5 @@ jobs:
32
path: "${{ github.repository }}"
33
- name: molecule
34
uses: robertdebock/[email protected]
35
- with:
+ env:
36
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
molecule/default/molecule.yml
@@ -47,7 +47,6 @@ platforms:
47
provisioner:
48
name: ansible
49
log: false
50
- tags: install
51
env:
52
PERSONAL_ACCESS_TOKEN: $PERSONAL_ACCESS_TOKEN
53
inventory:
0 commit comments