Skip to content

Commit 3bb4d62

Browse files
committed
update requested permissions for python ci-cd
1 parent 50cd6fd commit 3bb4d62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
jobs:
1414
python-ci-cd:
1515
name: python-ci-cd
16+
permissions:
17+
contents: write
18+
id-token: write
1619
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@6-consolidate-python-workflows
1720
with:
1821
run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)