Skip to content

Commit 7711001

Browse files
ci: fix release please (#627)
1 parent 0f8a665 commit 7711001

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ on:
77
jobs:
88
release-please:
99
uses: inclusive-design/workflows/.github/workflows/release-please.yml@main
10-
secrets: inherit
10+
with:
11+
GHA_APP_ID: ${{ vars.GHA_APP_ID }}
12+
secrets:
13+
GHA_PRIVATE_KEY: ${{ secrets.GHA_PRIVATE_KEY }}

0 commit comments

Comments
 (0)