Skip to content

Commit

Permalink
new test for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Sep 9, 2023
1 parent 677b1c2 commit 4287b4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
permissions: write-all
# contents: write
# pull-requests: write
env:
PR_PATH: pull/${{github.event.number}}
BASE_URL: https://dipy.github.io/dipy.org
Expand Down

0 comments on commit 4287b4b

Please sign in to comment.