Skip to content

Commit edd9415

Browse files
author
Gabe
authored
give build action push authorization
1 parent 4b4717d commit edd9415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/checkout@master
2626
with:
2727
submodules: true
28+
token: ${{ secrets.PAT }}
2829
- name: Build site and push to release branch
2930
uses: aormsby/[email protected]
3031
with:

0 commit comments

Comments
 (0)