Skip to content

Commit

Permalink
fix: release generator token step (#495)
Browse files Browse the repository at this point in the history
Update the release generator workflow to properly
reference the SRE app ID.
  • Loading branch information
patheard authored Sep 19, 2023
1 parent 92f10eb commit ae47a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/create-github-app-token@49ce228ea7cddec9f88dd09c5b7740dbac82d7ba # v1.2.1
id: sre_app_token
with:
app_id: ${{ vars.SRE_APP_ID }}
app_id: ${{ secrets.SRE_APP_ID }}
private_key: ${{ secrets.SRE_APP_PRIVATE_KEY }}

- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3.7.11
Expand Down

0 comments on commit ae47a64

Please sign in to comment.