We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f2cf9 commit 5d43ec9Copy full SHA for 5d43ec9
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: googleapis/release-please-action@v4
19
+ with:
20
+ token: ${{ secrets.BE_SDK_PAT }}
21
id: release
22
- uses: actions/checkout@v4
23
if: ${{ steps.release.outputs.release_created }}
0 commit comments