Skip to content

Commit d1392bf

Browse files
committed
permissions write
1 parent e0f85a8 commit d1392bf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/bevy_api_gen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ jobs:
134134
command: doc
135135
args: --profile=ephemeral-build
136136
bindings:
137+
permissions:
138+
contents: write
137139
name: Generate Bindings - bevy_api_gen
138140
uses: ./.github/workflows/generate_bindings.yml
139141
secrets: inherit

.github/workflows/generate_bindings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ env:
2020
BRANCH_NAME: update-bevy-bindings-${{ github.run_id }}
2121
jobs:
2222
generate_bindings:
23+
permissions:
24+
contents: write
2325
runs-on: ubuntu-latest
2426
steps:
2527
- name: Checkout

0 commit comments

Comments
 (0)