Skip to content

Commit dd11ebd

Browse files
authored
ci: fix release token (#249)
1 parent 5dd3976 commit dd11ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
gh pr merge "${pullRequestUrl}" --auto --rebase
107107
git checkout ${{ steps.TAG_UTIL.outputs.githubTag }}
108108
env:
109-
GITHUB_TOKEN: ${{ secrets.PODMAN_DESKTOP_BOT_TOKEN }}
109+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110110

111111
build:
112112
needs: [tag]

0 commit comments

Comments
 (0)