Skip to content

Commit

Permalink
Use correct secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Oct 14, 2024
1 parent 758659a commit b69c946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dialogporten-loadtest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
./k6 run generate-tokens.js
env:
env: tt02
tokengenuser: ${{ secrets.TOKENGENUSER }}
tokengenuserpwd: ${{ secrets.TOKENGENPWD }}
tokengenuser: ${{ secrets.DP_TOKENGENUSER }}
tokengenuserpwd: ${{ secrets.DP_TOKENGENPWD }}
limit: 1

- name: Run K6 test
Expand Down

0 comments on commit b69c946

Please sign in to comment.