Skip to content

Commit

Permalink
🐛 Add missing permissions for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Oct 20, 2023
1 parent 173a95c commit 1cd38f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
if: github.repository_owner == 'conda-incubator' && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: build-package
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
strategy:
matrix:
directory:
Expand Down

0 comments on commit 1cd38f3

Please sign in to comment.