Skip to content

Commit 50cd6fd

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Python CI/CD
22
permissions:
3-
contents: read
3+
contents: write
4+
id-token: write
45

56
on:
67
pull_request:
@@ -10,8 +11,8 @@ on:
1011
- "[0-9]+.[0-9]+.[0-9]+"
1112

1213
jobs:
13-
call-ci-cd-workflow:
14-
name: ci-cd
14+
python-ci-cd:
15+
name: python-ci-cd
1516
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@6-consolidate-python-workflows
1617
with:
1718
run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)