Skip to content

Commit

Permalink
Change the reference to the galaxy token
Browse files Browse the repository at this point in the history
  • Loading branch information
ubajze committed Sep 10, 2021
1 parent 042d925 commit d528283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
- name: "Build the collection"
run: "ansible-galaxy collection build --output-path build"
- name: "Publish the collection"
run: "ansible-galaxy collection publish build/* --api-key=$GALAXY_API_TOKEN"
run: "ansible-galaxy collection publish build/* --api-key=${{ secrets.GALAXY_API_TOKEN }}"
needs:
- "integration"

0 comments on commit d528283

Please sign in to comment.