Update galaxy.yml

updated key name
This commit is contained in:
kewl
2025-08-22 20:31:43 +01:00
committed by GitHub
parent 37d4b45acd
commit 3ec32e68a3

View File

@@ -28,4 +28,4 @@ jobs:
- name: Deploy collection
run: |
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"