Skip to content

Commit

Permalink
🔧 ci: Add environment config for deployment stage (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Dec 2, 2024
1 parent 9a2c24f commit 4d981d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
needs:
- test
runs-on: ubuntu-latest
environment:
name: Galaxy
url: https://galaxy.ansible.com/ui/standalone/roles/esolitos/zsh/
env:
ansible-galaxy-key: ${{ secrets.ANSIBLE_GALAXY_KEY }}
steps:
Expand Down

0 comments on commit 4d981d5

Please sign in to comment.