diff options
| -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 |
