Skip to content

Commit f9e098b

Browse files
authored
chore(ci): Utilize Trusted Publisher settings for auth
1 parent 503e1ba commit f9e098b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/distribute.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
- run: pip install "twine>=6.1.0" "packaging>=24.2"
2323

2424
- run: twine upload dist/*
25-
env:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
27-
TWINE_USERNAME: __token__
28-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2925

3026
distribute-js:
3127
runs-on: ubuntu-latest
@@ -42,5 +38,3 @@ jobs:
4238
registry-url: "https://registry.npmjs.org"
4339

4440
- run: npm publish dist/*
45-
env:
46-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)