Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ethinot committed Sep 12, 2024
1 parent 0b6e8d2 commit 9202081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Create ansible galaxy token
run: |
cat << EOF > ./bla.json
${{ secrets.YOUR_SECRET }}
cat << EOF > ./galaxy_token
token: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
EOF
- name: Env
Expand Down

0 comments on commit 9202081

Please sign in to comment.