Skip to content

Commit

Permalink
fix(createRelease): Fix create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianmjim committed Nov 10, 2023
1 parent d62ff5d commit c67f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: fetch-app-token
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ env.APP_ID }}
app_id: ${{ vars.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: actions/checkout@v4
Expand Down

0 comments on commit c67f2ca

Please sign in to comment.