Skip to content

Commit 63b22a3

Browse files
fix: specify token during gha release
1 parent eae5013 commit 63b22a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
with:
4747
tag: ${{ github.ref }}
4848
name: ${{ github.ref }}
49-
env:
50-
GH_TOKEN: '${{ steps.generate-github-token.outputs.token }}'
49+
token: ${{ steps.generate-github-token.outputs.token }}
5150

5251
- name: Build Docker image
5352
run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref }} .

0 commit comments

Comments
 (0)