Skip to content

Commit

Permalink
ci: remove contents write permissions for docs wf, add it to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 30, 2023
1 parent a696bc3 commit 0d1a798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
docs:
needs: build-and-test
permissions:
contents: write
pages: write
id-token: write
runs-on: ubuntu-latest
Expand Down Expand Up @@ -71,6 +70,8 @@ jobs:
needs:
- docs
- build-and-test
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
Expand Down

0 comments on commit 0d1a798

Please sign in to comment.