Skip to content

Commit d26ba7e

Browse files
authored
Revert "chore: forward GITHUB_TOKEN to workflow (#504)"
This reverts commit 98406ab.
1 parent 98406ab commit d26ba7e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yaml

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

.github/workflows/publish.yaml

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

0 commit comments

Comments
 (0)