We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1794319 commit 09f4ef8Copy full SHA for 09f4ef8
.github/workflows/publish.yml
@@ -52,6 +52,7 @@ jobs:
52
GH_TOKEN: ${{ github.token }}
53
OPENCODE_BUMP: ${{ inputs.bump }}
54
OPENCODE_VERSION: ${{ inputs.version }}
55
+ OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
56
outputs:
57
version: ${{ steps.version.outputs.version }}
58
release: ${{ steps.version.outputs.release }}
@@ -267,5 +268,4 @@ jobs:
267
268
OPENCODE_RELEASE: ${{ needs.version.outputs.release }}
269
AUR_KEY: ${{ secrets.AUR_KEY }}
270
GITHUB_TOKEN: ${{ steps.committer.outputs.token }}
- OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
271
NPM_CONFIG_PROVENANCE: false
0 commit comments