Skip to content

Commit

Permalink
feat: require api token for galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Jan 15, 2024
1 parent c5cfb21 commit 8a0d1cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-ansible.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release
'on':
workflow_call:
secrets:
ANSIBLE_GALAXY_API_TOKEN:
required: true
jobs:
release:
name: Release
Expand Down

0 comments on commit 8a0d1cb

Please sign in to comment.