Skip to content

Commit

Permalink
check if permissions required
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Feb 23, 2024
1 parent 00316bb commit b3c7a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
types:
- published

permissions:
actions: read
# permissions:
# actions: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-nightly-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
# Run on demand with workflow dispatch
workflow_dispatch:

permissions:
actions: read
# permissions:
# actions: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit b3c7a02

Please sign in to comment.