Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e05125

Browse files
committedApr 16, 2024·
Fix workflow permissions
1 parent 29f2f83 commit 4e05125

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/pypi-release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
environment:
9898
name: release
9999
url: https://pypi.org/p/carbonplan-styles
100+
permissions:
101+
id-token: write
100102
steps:
101103
- uses: actions/download-artifact@v4
102104
with:

0 commit comments

Comments
 (0)
Please sign in to comment.