mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
CI: Fix permissions
This commit is contained in:
2
.github/workflows/build_offline_docs.yml
vendored
2
.github/workflows/build_offline_docs.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
||||
- master
|
||||
- stable
|
||||
- 3.6
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
5
.github/workflows/cherrypick.yml
vendored
5
.github/workflows/cherrypick.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/sync_class_ref.yml
vendored
3
.github/workflows/sync_class_ref.yml
vendored
@@ -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