Skip to content

Commit b256e0a

Browse files
committed
token
1 parent e1d9fda commit b256e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
./script/version.ts
5858
env:
59-
GH_TOKEN: ${{ steps.committer.outputs.token }}
59+
GH_TOKEN: ${{ (github.repository == 'anomalyco/opencode' && steps.committer.outputs.token) || github.token }}
6060
OPENCODE_BUMP: ${{ inputs.bump }}
6161
OPENCODE_VERSION: ${{ inputs.version }}
6262
OPENCODE_CHANNEL: beta

0 commit comments

Comments
 (0)