We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d9fda commit b256e0aCopy full SHA for b256e0a
1 file changed
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
./script/version.ts
58
env:
59
- GH_TOKEN: ${{ steps.committer.outputs.token }}
+ GH_TOKEN: ${{ (github.repository == 'anomalyco/opencode' && steps.committer.outputs.token) || github.token }}
60
OPENCODE_BUMP: ${{ inputs.bump }}
61
OPENCODE_VERSION: ${{ inputs.version }}
62
OPENCODE_CHANNEL: beta
0 commit comments