Skip to content

Commit

Permalink
Fix GITHUB_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <juanariza@vmware.com>
  • Loading branch information
juan131 committed Dec 14, 2021
1 parent 30f488a commit 5d3fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Build & Publish multi-arch image
- name: Login to Quay
Expand Down

0 comments on commit 5d3fe96

Please sign in to comment.