Skip to content

Commit 9202081

Browse files
committed
Release
1 parent 0b6e8d2 commit 9202081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/collection.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Create ansible galaxy token
2727
run: |
28-
cat << EOF > ./bla.json
29-
${{ secrets.YOUR_SECRET }}
28+
cat << EOF > ./galaxy_token
29+
token: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
3030
EOF
3131
3232
- name: Env

0 commit comments

Comments
 (0)