fix: add write permissions for GitHub Actions to push commits
This commit is contained in:
4
.github/workflows/release-manual.yml
vendored
4
.github/workflows/release-manual.yml
vendored
@@ -12,13 +12,13 @@ jobs:
|
|||||||
update-version:
|
update-version:
|
||||||
name: Update Version
|
name: Update Version
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
outputs:
|
outputs:
|
||||||
commit-sha: ${{ steps.push.outputs.commit-sha }}
|
commit-sha: ${{ steps.push.outputs.commit-sha }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Validate version
|
- name: Validate version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user