Skip to content

Commit

Permalink
ci(.github/workflows): removes defined permissions, leveraging upstre…
Browse files Browse the repository at this point in the history
…am requests.
  • Loading branch information
matthewhartstonge committed Oct 9, 2024
1 parent b83dc2d commit 08db0b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
permissions:
checks: write
contents: write
id-token: write
pull-requests: write

jobs:
Expand All @@ -29,10 +28,6 @@ jobs:
needs: [release]
if: ${{needs.release.outputs.releases_created}}
uses: linc-technologies/github/.github/workflows/ember_publish.yml@main
permissions:
contents: read
id-token: write
packages: write
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
with:
Expand Down

0 comments on commit 08db0b7

Please sign in to comment.