mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 16:28:59 +00:00
CI: Fix permissions
This commit is contained in:
@@ -18,6 +18,8 @@ jobs:
|
||||
- master
|
||||
- stable
|
||||
- 3.6
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
@@ -28,8 +28,11 @@ jobs:
|
||||
COMMIT_HASH: ${{ github.event.pull_request.commits > 1 && github.sha || github.event.pull_request.head.sha }}
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
|
||||
steps:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
@@ -22,6 +22,9 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
engine_rev: 'master'
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Checkout the documentation repository
|
||||
|
||||
Reference in New Issue
Block a user