We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b0aac commit f9ba9beCopy full SHA for f9ba9be
2 files changed
.github/workflows/ci.yaml
@@ -43,4 +43,5 @@ jobs:
43
if: ${{ github.repository_owner == 'pactflow' && github.event_name == 'push' }}
44
needs: test
45
secrets:
46
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/publish.yaml
@@ -3,6 +3,8 @@ name: Publish
3
on:
4
workflow_call:
5
6
+ GITHUB_TOKEN:
7
+ required: true
8
NPM_TOKEN:
9
required: true
10
0 commit comments