Skip to content

Commit

Permalink
add permissions to gh action job
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhine committed Feb 2, 2024
1 parent aa1345c commit de2a4cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
DOCUSAURUS_URL: https://fubilab.github.io
DOCUSAURUS_BASE_URL: /arml/
runs-on: ubuntu-latest
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit de2a4cd

Please sign in to comment.