We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cf31a commit f330544Copy full SHA for f330544
1 file changed
.github/workflows/auto_publish.yml
@@ -38,7 +38,7 @@ jobs:
38
# Run the Python script
39
- name: Run script
40
env:
41
- GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_ACCESS_TOKEN: ${{ secrets.DELAND_PAT }}
42
run: |
43
ls scripts
44
python scripts/auto_push2live.py
0 commit comments