Skip to content

Commit

Permalink
fix: pass secrets explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Jan 16, 2025
1 parent de67aee commit 824f50c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
with:
MAVEN_REPO_SERVER_ID: 'danubetech-maven-releases'
RELEASE_TYPE: ${{ github.event.inputs.release_type }}
secrets: inherit
secrets:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
CI_SECRET_READER_PERIODIC_TOKEN: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }}
VAULTCA: ${{ secrets.VAULTCA }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 824f50c

Please sign in to comment.