mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-09 14:09:09 -06:00
Access to GitHub Metadata token secret explicitly in workflow
This commit is contained in:
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
JEKYLL_GITHUB_TOKEN: ${{ secrets.JEKYLL_GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
github-pages:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user