Skip to content

Commit 3667c2e

Browse files
committed
Add push token
1 parent 6dca063 commit 3667c2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-truss-utils.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- uses: ./.github/actions/setup-python/
2929

3030
- name: Tag release
31+
with:
32+
token: ${{secrets.BASETENBOT_GITHUB_TOKEN}}
3133
env:
3234
INPUT_VERSION: 0.1.0
3335
# INPUT_VERSION: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)