Skip to content

Commit

Permalink
Adding token permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Apr 21, 2023
1 parent 4d23d1a commit e21811b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- 'v*'

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
release-conda-store:
name: 'PyPi Release conda-store-server'
Expand Down

0 comments on commit e21811b

Please # to comment.