We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52e2f7 commit d2f2c7dCopy full SHA for d2f2c7d
.github/workflows/deploy-pypi.yml
@@ -6,5 +6,12 @@ on:
6
7
jobs:
8
deploy:
9
- uses: greenbone/workflows/.github/workflows/deploy-pypi.yml@main
10
- secrets: inherit
+ permissions:
+ id-token: write
11
+ runs-on: ubuntu-latest
12
+ environment:
13
+ name: pypi
14
+ url: https://pypi.org/project/autohooks/
15
+ steps:
16
+ - name: Build and publish to PyPI
17
+ uses: greenbone/actions/pypi-upload@v3
0 commit comments