Skip to content

Commit

Permalink
upscale scope of permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Dec 19, 2023
1 parent be3e278 commit 86105ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
branches:
- "main"

permissions:
contents: write
id-token: write

jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 86105ea

Please sign in to comment.