Skip to content

Commit

Permalink
Remove env field and use token field instead
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 17, 2024
1 parent 3a794a1 commit 577578e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_golang_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.CREATE_PR_VITESS_BOT }}
with:
token: ${{ secrets.CREATE_PR_VITESS_BOT }}
branch: "upgrade-go-deps-on-main-test"
commit-message: "upgrade go deps"
signoff: true
Expand Down

0 comments on commit 577578e

Please sign in to comment.