diff options
| author | Dax Raad <[email protected]> | 2026-01-30 10:09:27 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 10:09:27 -0500 |
| commit | ad5d495b2c360a7368671899268406b0a50a5220 (patch) | |
| tree | b99c38a9538792134cc7890086b0f55e2dd7feee /.github/workflows | |
| parent | abb87eac8f9a795ead817a062c3f614c315faf05 (diff) | |
| download | opencode-ad5d495b2c360a7368671899268406b0a50a5220.tar.gz opencode-ad5d495b2c360a7368671899268406b0a50a5220.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b941311d3..f7ad115a2 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -27,7 +27,7 @@ jobs: id: setup-git-committer uses: ./.github/actions/setup-git-committer with: - opencode-app-id: ${{ secrets.OPENCODE_APP_ID }} + opencode-app-id: ${{ vars.OPENCODE_APP_ID }} opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }} - name: Sync beta branch |
