Skip to content

Commit e458d2d

Browse files
Give release workflow write permissions. (#76)
1 parent 32761f7 commit e458d2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/upload-python-package.yaml renamed to .github/workflows/release-workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ on:
88

99
jobs:
1010
Release:
11+
name: Release Workflow
1112
runs-on: ubuntu-latest
1213

1314
permissions:
15+
pull-requests: write # write permission is required to create a github release
1416
contents: write # allow pushing tags
1517
id-token: write # needed for authentication since we are using Workload Identity Federation
1618

0 commit comments

Comments
 (0)