Skip to content

Commit

Permalink
Merge pull request #566 from supabase-community/silentworks/update-cl…
Browse files Browse the repository at this point in the history
…one-repo-step

Add token secret to clone repo step
  • Loading branch information
Andrew Smith authored Sep 28, 2023
2 parents f97eb12 + b5c8a5c commit 3419bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ jobs:
with:
ref: ${{ github.ref }}
fetch-depth: 0
token: ${{ secrets.SILENTWORKS_PAT }}
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.0.0
with:
github_token: ${{ secrets.SILENTWORKS_PAT }}
github_token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 3419bc9

Please sign in to comment.