Skip to content

Commit 553b511

Browse files
committed
Push with proper persmissions
1 parent 3667c2e commit 553b511

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ jobs:
4141
git config --global user.email "github.action@baseten.co"
4242
4343
git tag -a truss-utils-$NEW_VERSION -m "Release truss-utils $NEW_VERSION"
44-
git push origin $NEW_VERSION
44+
45+
- name: Push changes
46+
uses: ad-m/github-push-action@master
47+
with:
48+
tags: true
49+
github_token: ${{secrets.BASETENBOT_GITHUB_TOKEN}}
4550

4651
- name: Install poetry packages
4752
working-directory: truss-utils

0 commit comments

Comments
 (0)