Skip to content

Commit

Permalink
fix: fix secretNaming #69
Browse files Browse the repository at this point in the history
  • Loading branch information
janpmeyer committed Nov 15, 2024
1 parent 3cb56ff commit 4b0b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# needs.secret-presence.outputs.HAS_OTC_CRED
env:
OBS_ACCESS_KEY_ID: ${{ secrets.OBS_ACCESS_KEY_ID }}
OBS_SECRET_ACCESS_KEY: ${{ secrets.OBS_SECRET_KEY }}
OBS_SECRET_ACCESS_KEY: ${{ secrets.OBS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
Expand Down

0 comments on commit 4b0b7c6

Please sign in to comment.