Skip to content

Commit

Permalink
Remove token from CLI version update workflow (#164)
Browse files Browse the repository at this point in the history
The token is not required (or provided) for the checkout step
of the CLI version update workflow.
  • Loading branch information
doriable authored Nov 13, 2024
1 parent d89feab commit 7cb75d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-buf-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
exit 1
- name: Checkout repository code
uses: actions/checkout@v4
with:
token: ${{ steps.app_token.outputs.token }}
- name: Update Buf Version
run: make updatebufversion
- name: Create PR
Expand Down

0 comments on commit 7cb75d9

Please sign in to comment.