Skip to content

Commit f9ba9be

Browse files
committed
chore: forward GITHUB_TOKEN to workflow
1 parent d1b0aac commit f9ba9be

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
if: ${{ github.repository_owner == 'pactflow' && github.event_name == 'push' }}
4444
needs: test
4545
secrets:
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish
33
on:
44
workflow_call:
55
secrets:
6+
GITHUB_TOKEN:
7+
required: true
68
NPM_TOKEN:
79
required: true
810

0 commit comments

Comments
 (0)