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 98406ab commit d26ba7eCopy full SHA for d26ba7e
2 files changed
.github/workflows/ci.yaml
@@ -43,5 +43,4 @@ 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,8 +3,6 @@ name: Publish
3
on:
4
workflow_call:
5
6
- GITHUB_TOKEN:
7
- required: true
8
NPM_TOKEN:
9
required: true
10
0 commit comments