Skip to content

Commit

Permalink
ci: update auth token name
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Aug 6, 2024
1 parent 528a703 commit a20c6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
AUTHORIZATION_SERVICE_URL: "none"
credentials:
username: "unused"
password: ${{ secrets.GL_Studio_Container_Token }}
password: ${{ secrets.GL_STUDIO_CONTAINER_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
AUTHORIZATION_SERVICE_URL: "none"
credentials:
username: "unused"
password: ${{ secrets.GL_Studio_Container_Token }}
password: ${{ secrets.GL_STUDIO_CONTAINER_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a20c6ce

Please sign in to comment.