Skip to content

Commit d4f9ab3

Browse files
committed
add permissions to publisher
1 parent 3b760d5 commit d4f9ab3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build-n-publish:
1414
name: Build and publish PyActiveStorage on PyPi
1515
runs-on: ubuntu-latest
16+
permissions:
17+
# IMPORTANT: this permission is mandatory for trusted publishing on PyPI or Test PyPI
18+
id-token: write
1619
steps:
1720
- uses: actions/checkout@v4
1821
with:

0 commit comments

Comments
 (0)