Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 4e4e57f

Browse files
committed
Fix release
1 parent ebdaa76 commit 4e4e57f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
pip install --constraint=.github/workflows/constraints.txt ansible
4646
4747
- name: Trigger a new import on Galaxy.
48-
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
48+
run: >-
49+
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
50+
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
4951
5052
- name: Publish the release notes
5153
uses: release-drafter/release-drafter@v5.25.0

0 commit comments

Comments
 (0)