Skip to content

Commit

Permalink
Fix GitHub Pages workflow with automatically provided GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedEziox committed Sep 18, 2024
1 parent b1c3ccb commit cec0622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2 # Use Ruby 3.2 or any 3.x version
ruby-version: 3.2 # or your desired Ruby version
bundler-cache: true

- name: Build and publish
uses: helaili/jekyll-action@2.2.0
env:
JEKYLL_PAT: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }} # Use the built-in token

0 comments on commit cec0622

Please sign in to comment.