Skip to content

Commit

Permalink
fix: Permission for workflow
Browse files Browse the repository at this point in the history
Good night
  • Loading branch information
AdarshRawat1 committed May 11, 2024
1 parent 9fe7571 commit 5df1914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build doxygen and deploy to GitHub Pages
permissions:
actions: read
contents: read
contents: write
pages: write
id-token: write
pull-requests: write
Expand All @@ -17,7 +17,7 @@ jobs:
concurrency: ci-${{github. ref}}
steps:
- name : Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: "true"

Expand Down

0 comments on commit 5df1914

Please sign in to comment.