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 e0f85a8 commit d1392bfCopy full SHA for d1392bf
.github/workflows/bevy_api_gen.yml
@@ -134,6 +134,8 @@ jobs:
134
command: doc
135
args: --profile=ephemeral-build
136
bindings:
137
+ permissions:
138
+ contents: write
139
name: Generate Bindings - bevy_api_gen
140
uses: ./.github/workflows/generate_bindings.yml
141
secrets: inherit
.github/workflows/generate_bindings.yml
@@ -20,6 +20,8 @@ env:
20
BRANCH_NAME: update-bevy-bindings-${{ github.run_id }}
21
jobs:
22
generate_bindings:
23
24
25
runs-on: ubuntu-latest
26
steps:
27
- name: Checkout
0 commit comments