Skip to content

Commit 45e97ce

Browse files
authored
Fix workflow (#2)
1 parent a8b6af8 commit 45e97ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
environment: release
1111

1212
runs-on: ubuntu-latest
13-
13+
permissions:
14+
id-token: write
1415
steps:
1516
- uses: actions/checkout@v4
1617
- name: Set up UV

0 commit comments

Comments
 (0)