We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d69e47 commit 6793933Copy full SHA for 6793933
.github/workflows/release-bot.yml
@@ -12,7 +12,7 @@ jobs:
12
if: startsWith(github.head_ref, 'releases/') || github.event_name == 'release'
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: statsig-io/statsig-publish-sdk-action@778465cae5a59e81a9a629088d9fa55239ebb96a
+ - uses: statsig-io/statsig-publish-sdk-action@main
16
with:
17
gh-token: ${{ secrets.KONG_FINE_GRAINED_REPO_PAT }}
18
pypi-token: ${{ secrets.PYPI_PUBLISH_TOKEN }}
0 commit comments