Skip to content

Commit 9845eda

Browse files
authored
Use GITHUB_TOKEN with ghaction-github-pages@v2
1 parent 6d3e002 commit 9845eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
build_dir: public
4141
fqdn: python.swaroopch.com
4242
env:
43-
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
# https://github.com/actions/create-release
4646
- name: Create Release

0 commit comments

Comments
 (0)