Skip to content

Commit bfd2110

Browse files
committed
ci(github): Move token to the correct action
1 parent f6eef08 commit bfd2110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
submodules: true
22+
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
2223

2324
- name: Update submodules
2425
run: git submodule update --remote --checkout
@@ -53,7 +54,6 @@ jobs:
5354
with:
5455
commit_message: "ci(frontend): update etl output and test results [skip ci]"
5556
file_pattern: "frontend/src/data/*.json frontend/src/lib/prerender-errors.json frontend/test-results/*.json data/raw xslt/epidoc frontend/static/fonts/nau"
56-
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5757

5858
pages:
5959
needs: test

0 commit comments

Comments
 (0)