diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fbf3ba0..091527a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/create-github-app-token@v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Parse publish request diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 776051b..be3707a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/create-github-app-token@v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@v6 diff --git a/AGENTS.md b/AGENTS.md index 4c8113b..d147a33 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -32,7 +32,7 @@ This repo uses [getsentry/craft](https://github.com/getsentry/craft) for automat ### Prerequisites for releasing - GitHub App with `contents: write` and `issues: write` permissions - - Repo variable `APP_ID` and secret `APP_PRIVATE_KEY` + - Repo variable `APP_CLIENT_ID` and secret `APP_PRIVATE_KEY` - GitHub environment `production` on the repo - npm OIDC provenance linked for the `fossilize` package