Skip to content

Commit 0a3a34b

Browse files
committed
🔨 fix build again
1 parent eed3557 commit 0a3a34b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
jobs:
1313
publish:
1414
runs-on: ubuntu-latest
15+
environment:
16+
name: pypi
17+
url: https://pypi.org/p/graiax-playwright
18+
permissions:
19+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1520
steps:
1621
- uses: actions/checkout@v4
1722

@@ -27,5 +32,4 @@ jobs:
2732
if: ${{ github.event_name == 'push' }} || ${{ github.event.inputs.release == 'true' }}
2833
uses: pypa/gh-action-pypi-publish@release/v1
2934
with:
30-
password: ${{ secrets.PYPI_TOKEN }}
3135
skip-existing: true

0 commit comments

Comments
 (0)