Skip to content

Commit

Permalink
actions: read and contents: write
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Aug 19, 2024
1 parent a2b8b65 commit a31c9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
actions: read
contents: write
steps:
- uses: actions/checkout@v4
- name: Use Setup Node and Install Dependencies Action
Expand Down

0 comments on commit a31c9f8

Please sign in to comment.