Skip to content

Commit 209cdd3

Browse files
authored
Add token for GitHub Actions deployment
1 parent 52ce11f commit 209cdd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
repository: MauroDataMapper/maurodatamapper.github.io
5858
ref: refs/heads/main
5959
path: ./maurodatamapper.github.io
60-
60+
token: ${{ secrets.SECRET_PAT }}
61+
6162
- name: Deploy
6263
working-directory: ./maurodatamapper.github.io
6364
run: mkdocs gh-deploy --config-file ../docs/mkdocs.yml --remote-branch main

0 commit comments

Comments
 (0)