We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dca063 commit 3667c2eCopy full SHA for 3667c2e
.github/workflows/release-truss-utils.yml
@@ -28,6 +28,8 @@ jobs:
28
- uses: ./.github/actions/setup-python/
29
30
- name: Tag release
31
+ with:
32
+ token: ${{secrets.BASETENBOT_GITHUB_TOKEN}}
33
env:
34
INPUT_VERSION: 0.1.0
35
# INPUT_VERSION: ${{ github.event.inputs.version }}
0 commit comments