Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Apr 15, 2024
2 parents 60aa31e + e8833cc commit fbf6742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: pip3 install molecule-plugins[docker] jmespath

- name: Secrets to env
uses: oNaiPs/secrets-to-env-action@v1
uses: oNaiPs/secrets-to-env-action@v1.5
with:
secrets: "${{ toJSON(secrets) }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: pip3 install molecule-plugins[docker] jmespath

- name: Secrets to env
uses: oNaiPs/secrets-to-env-action@v1
uses: oNaiPs/secrets-to-env-action@v1.5
with:
secrets: "${{ toJSON(secrets) }}"

Expand Down

0 comments on commit fbf6742

Please sign in to comment.