Skip to content

Commit c0fe90c

Browse files
Fix github publishing
1 parent cac58e6 commit c0fe90c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-gh.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'Publish to GitHub'
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_call:
58
inputs:

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
gh-publish:
2929
needs: build-demo
3030
uses: './.github/workflows/publish-gh.yml'
31+
secrets: inherit
3132
with:
3233
postfix: '-demo'
3334

0 commit comments

Comments
 (0)