Skip to content

Commit

Permalink
secrets needed for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 4, 2024
1 parent 32479d2 commit b69869d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
call-deployment-workflow:
uses: ./.github/workflows/helm_deploy.yml
uses: CIROH-UA/tethysportal-ciroh/.github/workflows/helm_deploy.yml@fix_deployment_actions
with:
dry-run: true
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILE_SYSTEM_ID: ${{ secrets.FILE_SYSTEM_ID }}

0 comments on commit b69869d

Please sign in to comment.