Skip to content

Commit

Permalink
Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 29, 2024
1 parent 0ab99c5 commit 61e1a84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
if: needs.test.outputs.cli == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
id-token: write
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -73,10 +70,7 @@ jobs:
if: needs.test.outputs.react-email == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
id-token: write
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
if: needs.test.outputs.cli == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -75,9 +73,7 @@ jobs:
if: needs.test.outputs.react-email == 'true'
needs: [test]
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 61e1a84

Please sign in to comment.