Skip to content

Commit f86fb9f

Browse files
committed
add github token to deploy
1 parent 241c829 commit f86fb9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
submodules: recursive # Fetches and initializes submodules
17+
token: ${{ secrets.GITHUB_TOKEN }}
1718

1819
- name: Set up AWS credentials
1920
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)