Skip to content

Commit

Permalink
use PAT for pushing the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Dec 17, 2023
1 parent d436e9c commit cf84d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-protocol-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: update version
id: update
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.PAT }}
run: |
./script/bump-protocol-version.sh
version=$(grep obs_websocket_protocol_version version.go | tr -dc '0-9.')
Expand Down

0 comments on commit cf84d3b

Please sign in to comment.