Skip to content

Commit

Permalink
chore: invalid token (#5544)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 5, 2023
1 parent 1fd06b7 commit a14fe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

concurrency:
group: auto-approve-${{ github.head_ref }}
Expand Down

0 comments on commit a14fe3c

Please sign in to comment.