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 be0bef7 commit 7d69e47Copy full SHA for 7d69e47
.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@main
+ - uses: statsig-io/statsig-publish-sdk-action@778465cae5a59e81a9a629088d9fa55239ebb96a
16
with:
17
gh-token: ${{ secrets.KONG_FINE_GRAINED_REPO_PAT }}
18
pypi-token: ${{ secrets.PYPI_PUBLISH_TOKEN }}
0 commit comments