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

Commit 27963e7

Browse files
authored
Merge pull request #211 from staticdev/ci/new-galaxy-api
New galaxy api
2 parents 16e1552 + 55fe945 commit 27963e7

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)