Skip to content

Commit e5717e4

Browse files
committed
infra(release): use PAT for releases
1 parent 4a10b69 commit e5717e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [published]
66

7-
permissions: {}
7+
permissions: {} # we use a personal access token to push the release branch
88

99
jobs:
1010
publish:

0 commit comments

Comments
 (0)