We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11dbc4 commit 257aeecCopy full SHA for 257aeec
1 file changed
.github/workflows/release.yml
@@ -12,4 +12,6 @@ jobs:
12
- name: Update plugin submodule
13
uses: fastapi-practices/plugin-release@v1
14
with:
15
- push-to: fastapi-practices/plugins
+ push-to: fastapi-practices/plugins
16
+ env:
17
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments