Skip to content

Commit 09f4ef8

Browse files
committed
ci
1 parent 1794319 commit 09f4ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
GH_TOKEN: ${{ github.token }}
5353
OPENCODE_BUMP: ${{ inputs.bump }}
5454
OPENCODE_VERSION: ${{ inputs.version }}
55+
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
5556
outputs:
5657
version: ${{ steps.version.outputs.version }}
5758
release: ${{ steps.version.outputs.release }}
@@ -267,5 +268,4 @@ jobs:
267268
OPENCODE_RELEASE: ${{ needs.version.outputs.release }}
268269
AUR_KEY: ${{ secrets.AUR_KEY }}
269270
GITHUB_TOKEN: ${{ steps.committer.outputs.token }}
270-
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
271271
NPM_CONFIG_PROVENANCE: false

0 commit comments

Comments
 (0)