Skip to content

Commit

Permalink
Fix GitHub token missing
Browse files Browse the repository at this point in the history
  • Loading branch information
franksn90 committed Apr 29, 2024
1 parent d910108 commit 3ba3a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerBuildAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
EXECUTION_ENV=ci
GITHUB_PACKAGE_READ_TOKEN=${{ secrets.PUBLISH_PACKAGES }}
GITHUB_TOKEN=${{ secrets.PUBLISH_PACKAGES }}
GITHUB_USER=${{ github.actor }}

0 comments on commit 3ba3a89

Please sign in to comment.