Skip to content

Commit 9a23971

Browse files
committed
ci: add GH_PUSH_TOKEN secret to publish workflow
1 parent 8cfd227 commit 9a23971

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
github.event.pull_request.merged == true &&
1919
contains(github.event.pull_request.title, 'chore: Release')
2020
uses: OneSignal/sdk-shared/.github/workflows/publish-npm-github.yml@main
21+
secrets:
22+
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
2123
with:
2224
branch: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)