Skip to content

Commit

Permalink
Merge pull request #4 from antoniovazquezblanco/ci
Browse files Browse the repository at this point in the history
Fix CI permissions
  • Loading branch information
redfast00 authored Apr 22, 2024
2 parents ac03937 + caffe28 commit 97549e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Github Pages

on: [push, pull_request]

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false
Expand Down

0 comments on commit 97549e8

Please sign in to comment.