Skip to content

Commit

Permalink
Adjust release action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Nov 22, 2023
1 parent 83335b4 commit 4037025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ on:
push:
branches:
- main
- release-test

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
permissions:
id-token: write
contents: write
pull-requests: write
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4037025

Please sign in to comment.