mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
Update galaxy.yml
updated key name
This commit is contained in:
2
.github/workflows/galaxy.yml
vendored
2
.github/workflows/galaxy.yml
vendored
@@ -28,4 +28,4 @@ jobs:
|
|||||||
- name: Deploy collection
|
- name: Deploy collection
|
||||||
run: |
|
run: |
|
||||||
ansible-galaxy collection build
|
ansible-galaxy collection build
|
||||||
ansible-galaxy collection publish --api-key ${{ secrets.GALAXY_API_KEY }} "./kewlfft-aur-${{ steps.version.outputs.version }}.tar.gz"
|
ansible-galaxy collection publish --api-key ${{ secrets.ANSIBLE_GALAXY_API_KEY }} "./kewlfft-aur-${{ steps.version.outputs.version }}.tar.gz"
|
||||||
|
Reference in New Issue
Block a user