Skip to content

Commit

Permalink
💚 使用自己的用户 approve pr
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH committed Sep 18, 2022
1 parent 37498ee commit 3323e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.SOME_USERS_PAT }}
github-token: ${{ secrets.PAT }}

- name: Get yarn cache directory path 🛠
id: yarn-cache-dir-path
Expand Down

0 comments on commit 3323e6e

Please sign in to comment.