Skip to content

Commit 1273114

Browse files
authored
Renamed secret
1 parent 62dfd3b commit 1273114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install bs4
3636
- name: Create auth.json
3737
env:
38-
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
38+
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
3939
run: |
4040
echo "{\"github_personal_token\": \"$GITHUB_ACCESS_TOKEN\"}" > auth.json
4141
- name: Fetch previous copy of database

0 commit comments

Comments
 (0)