Skip to content

Commit 8f68fe1

Browse files
committed
fix: update to new GH token method
1 parent b74292d commit 8f68fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: mdbook build
5252

5353
- name: Set up GitHub token
54-
run: echo "::set-env name=GITHUB_TOKEN::${{ secrets.GITHUB_TOKEN }}"
54+
run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
5555

5656
- name: Deploy to GitHub Pages
5757
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)