Skip to content

Commit

Permalink
remove permissions from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jan 19, 2025
1 parent 60332a4 commit 1d9d7be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
pull_request:

permissions: {}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
type: boolean
name: release-stubs

permissions: {}

jobs:
release-stubs:
name: build pyrage-stubs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

name: release

permissions: {}

jobs:
release-linux:
name: build Linux release dists
Expand Down

0 comments on commit 1d9d7be

Please sign in to comment.