Skip to content

Commit

Permalink
use var for app id
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Jul 17, 2024
1 parent 7516cb4 commit db94fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ steps.pre-commit_results.outcome == 'failure' }}
uses: getsentry/action-github-app-token@v2.0.0
with:
app_id: ${{ secrets.SENTRY_INTERNAL_APP_ID }}
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}
private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }}

- name: Apply any pre-commit fixed files
Expand Down

0 comments on commit db94fdf

Please sign in to comment.