Skip to content

Commit 40ca28c

Browse files
Merge pull request #8 from FHNW-IP5-IP6/fix/cd-token
Fix: Use custom deploy key for GH pages action
2 parents 52673da + ac20343 commit 40ca28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
uses: peaceiris/actions-gh-pages@v3
3434
if: github.ref == 'refs/heads/main'
3535
with:
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3737
publish_dir: ./public

0 commit comments

Comments
 (0)