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 f75443f commit 52043aeCopy full SHA for 52043ae
.github/workflows/bevy_api_gen.yml
@@ -136,6 +136,7 @@ jobs:
136
bindings:
137
permissions:
138
contents: write
139
+ pull-requests: write
140
name: Generate Bindings - bevy_api_gen
141
uses: ./.github/workflows/generate_bindings.yml
142
secrets: inherit
.github/workflows/generate_bindings.yml
@@ -23,6 +23,7 @@ jobs:
23
generate_bindings:
24
25
26
27
runs-on: ubuntu-latest
28
steps:
29
- name: Checkout
0 commit comments