Skip to content

Commit ab2ae16

Browse files
committed
Adapt release action for trusted publishing
1 parent 18f0433 commit ab2ae16

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-switch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
2525
secrets: inherit
2626
permissions:
2727
id-token: write
28+
contents: write

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
id-token: write
14+
contents: write
1415
steps:
1516
- name: Checkout Repo
1617
uses: actions/checkout@v4

0 commit comments

Comments
 (0)