Skip to content

Commit

Permalink
hopefully working now...?
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetoda committed Dec 29, 2023
1 parent d387cd9 commit f438a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:

jobs:
deploy:
environment: main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Deploy the collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: ${{ secrets.GALAXY_API_KEY }}
api_key: '${{ secrets.GALAXY_API_KEY }}'

0 comments on commit f438a25

Please sign in to comment.