Skip to content

Commit f85254c

Browse files
authored
Update token secret in CI workflow
Replace SECRET_PAT with ACCESS_TOKEN for deployment.
1 parent 209cdd3 commit f85254c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
repository: MauroDataMapper/maurodatamapper.github.io
5858
ref: refs/heads/main
5959
path: ./maurodatamapper.github.io
60-
token: ${{ secrets.SECRET_PAT }}
60+
token: ${{ secrets.ACCESS_TOKEN }}
6161

6262
- name: Deploy
6363
working-directory: ./maurodatamapper.github.io

0 commit comments

Comments
 (0)