Skip to content

Commit

Permalink
ci: use new github secrets and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Jul 11, 2024
1 parent c0801e6 commit 0846b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
registry: ${{ env.CACHE_REGISTRY }}
image_name: ${{ env.CACHE_REPO }}
image_tag: ${{ env.TAG }}
build_extra_args: '--build-arg=NPM_TOKEN=${{ env.BOT_TOKEN }}'
build_extra_args: '--build-arg=NPM_TOKEN=${{ secrets.GITHUB_TOKEN }}'
- name: Retag from cache and push
run: |
set -u
Expand Down

0 comments on commit 0846b0a

Please sign in to comment.