Skip to content

Commit

Permalink
change token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Nov 18, 2024
1 parent abb5616 commit 16f7e3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
env:
UV_VERSION: "0.4.x"

permissions:
contents: write

jobs:
test:
uses: ./.github/workflows/test.yml
Expand All @@ -20,7 +17,7 @@ jobs:
needs: test
environment: release
permissions:
contents: read
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 16f7e3b

Please sign in to comment.