Skip to content

Commit 257aeec

Browse files
committed
Fix release workflow
1 parent f11dbc4 commit 257aeec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
- name: Update plugin submodule
1313
uses: fastapi-practices/plugin-release@v1
1414
with:
15-
push-to: fastapi-practices/plugins
15+
push-to: fastapi-practices/plugins
16+
env:
17+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)