Skip to content

Commit

Permalink
fix: different token
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jul 25, 2023
1 parent 3d65550 commit 24aa184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name == 'pull_request_target'
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
Expand Down

0 comments on commit 24aa184

Please sign in to comment.