Skip to content

Commit 60357f1

Browse files
authored
use a PAT for the deploy workflow (#54)
1 parent 8cb330c commit 60357f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363

6464
- name: Checkout repository
6565
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
66+
with:
67+
token: ${{ secrets.RELEASE_BOT_TOKEN }}
6668

6769
- name: Configure Git
6870
run: |

0 commit comments

Comments
 (0)