Skip to content

Commit

Permalink
ci: update format workflow token name (#8691)
Browse files Browse the repository at this point in the history
* ci: update format workflow token name

* chore: sign CLA
  • Loading branch information
brophdawg11 committed Feb 28, 2022
1 parent b6e712e commit 99fd78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
with:
token: ${{ secrets.FORMAT_TOKEN }}
token: ${{ secrets.FORMAT_PAT }}

- name: Use Node.js
uses: actions/setup-node@v2
Expand Down
1 change: 1 addition & 0 deletions contributors.yml
@@ -1,5 +1,6 @@
- Ajayff4
- brockross
- brophdawg11
- chaance
- chrisngobanh
- elylucas
Expand Down

0 comments on commit 99fd78e

Please sign in to comment.