Skip to content

Commit c711de8

Browse files
committed
Use deploy token with more priviliges
1 parent b3e3f2c commit c711de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ jobs:
149149
with:
150150
files: artifacts/*
151151
env:
152-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
152+
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}

0 commit comments

Comments
 (0)