Skip to content

Commit

Permalink
Change workflow file to pass in inputs to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Naapperas committed Apr 7, 2024
1 parent f432aac commit 7974f59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ jobs:

steps:
- name: Upload to NIployments register
uses: NIAEFEUP/push-to-niployments@main
uses: NIAEFEUP/push-to-niployments@main
with:
NIPLOYMENTS_REGISTRY_URL: ${{ vars.NIPLOYMENTS_REGISTRY_URL }}
NIPLOYMENTS_REGISTRY_USERNAME: ${{ vars.NIPLOYMENTS_REGISTRY_USERNAME }}
NIPLOYMENTS_REGISTRY_PASSWORD: ${{ secrets.NIPLOYMENTS_REGISTRY_PASSWORD }}

0 comments on commit 7974f59

Please sign in to comment.