Skip to content

Commit 350c99f

Browse files
Fix molecule
Former-commit-id: a289e1d
1 parent c766e9d commit 350c99f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
path: "${{ github.repository }}"
3333
- name: molecule
3434
uses: robertdebock/[email protected]
35-
with:
35+
env:
3636
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

molecule/default/molecule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ platforms:
4747
provisioner:
4848
name: ansible
4949
log: false
50-
tags: install
5150
env:
5251
PERSONAL_ACCESS_TOKEN: $PERSONAL_ACCESS_TOKEN
5352
inventory:

0 commit comments

Comments
 (0)