We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bb637 commit a0c0f24Copy full SHA for a0c0f24
1 file changed
.github/workflows/update-latest-build-version.yml
@@ -36,15 +36,14 @@ jobs:
36
bump-version:
37
runs-on: ubuntu-latest
38
needs: generate-build-version
39
- permissions:
40
- contents: write
41
outputs:
42
commit-hash: ${{ steps.bump-build-version.outputs.commit-hash }}
43
steps:
44
- uses: actions/checkout@v3
45
with:
46
fetch-depth: 0
47
ref: ${{ inputs.base-branch }}
+ token: ${{ secrets.PR_TOKEN }}
48
- name: Bump build version
49
id: bump-build-version
50
shell: bash
0 commit comments