Skip to content

Commit

Permalink
prod and nonprod release workflow PATs
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Feb 1, 2024
1 parent 565b38f commit b6ffbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: deploy
version: ${{ github.event.release.tag_name }}
secrets:
github-private-actions-nonprod-pat: "${{ secrets.ARGOCD_GITHUB_PROD }}"
github-private-actions-nonprod-pat: "${{ secrets.ARGOCD_GITHUB_NONPROD }}"
github-private-actions-prod-pat: "${{ secrets.ARGOCD_GITHUB_PROD }}"
registry: "${{ secrets.ECR_REGISTRY }}"
secret-outputs-passphrase: "${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}"
Expand Down

0 comments on commit b6ffbb8

Please sign in to comment.