Skip to content

Commit

Permalink
add permission config;
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbc committed Jul 3, 2024
1 parent 96c43a9 commit e9be718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
release:
name: Create Release
# needs: call-test-workflow

permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit e9be718

Please sign in to comment.