Skip to content

Commit

Permalink
Reverting workflow permissions restriction to reenable pages job. (ux…
Browse files Browse the repository at this point in the history
  • Loading branch information
timmiesmith authored Apr 17, 2024
1 parent d9034a4 commit 26ee8ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ on:
- synchronize
- reopened

permissions: read-all

env:
BUILD_CONCURRENCY: 2
MACOS_BUILD_CONCURRENCY: 3
Expand Down Expand Up @@ -83,8 +81,6 @@ jobs:
pages:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
permissions:
pages: write
needs: [documentation]
steps:
- name: Checkout gh-pages
Expand Down

0 comments on commit 26ee8ab

Please sign in to comment.