Skip to content

Commit

Permalink
rename token_encoded secret
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Sep 18, 2023
1 parent 4e37073 commit 0b22010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
version: ${{ matrix.version }}
- uses: thazhemadam/add-private-registry@main
with:
juliahub_token_encoded: ${{ secrets.JULIAHUB_ENCODED_TOKEN }}
juliahub_token_encoded: ${{ secrets.JULIAHUB_TOKEN_ENCODED }}
private_registry_name: JuliaHubRegistry
private_registry_uuid: de52bcdf-fcb2-40cf-a397-3d64b64f4d9c
- uses: actions/cache@v3
Expand Down

0 comments on commit 0b22010

Please sign in to comment.