Skip to content

Commit 116b805

Browse files
author
Andrew Smith
authored
Merge pull request #565 from supabase-community/silentworks/update-token-variable
Add new token variable
2 parents 8f1093f + 52695c0 commit 116b805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: release
5151
uses: python-semantic-release/[email protected]
5252
with:
53-
github_token: ${{ secrets.GITHUB_TOKEN }}
53+
github_token: ${{ secrets.SILENTWORKS_PAT }}
5454

5555
- name: Publish package distributions to PyPI
5656
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)