Skip to content

Commit a0c0f24

Browse files
committed
use PR_TOKEN
1 parent e2bb637 commit a0c0f24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update-latest-build-version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ jobs:
3636
bump-version:
3737
runs-on: ubuntu-latest
3838
needs: generate-build-version
39-
permissions:
40-
contents: write
4139
outputs:
4240
commit-hash: ${{ steps.bump-build-version.outputs.commit-hash }}
4341
steps:
4442
- uses: actions/checkout@v3
4543
with:
4644
fetch-depth: 0
4745
ref: ${{ inputs.base-branch }}
46+
token: ${{ secrets.PR_TOKEN }}
4847
- name: Bump build version
4948
id: bump-build-version
5049
shell: bash

0 commit comments

Comments
 (0)