Skip to content

Commit 452a9a0

Browse files
committed
fix: gh token references
1 parent a3efb68 commit 452a9a0

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/i18n.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ concurrency:
1212
jobs:
1313
i18n:
1414
uses: Automattic/newspack-scripts/.github/workflows/reusable-i18n.yml@refactor/deprecate-circle-ci
15-
secrets:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
needs: build
2121
uses: Automattic/newspack-scripts/.github/workflows/reusable-release.yml@refactor/deprecate-circle-ci
2222
secrets:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2423
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2524

2625
build-distributable:
@@ -33,5 +32,3 @@ jobs:
3332
if: github.ref == 'refs/heads/release'
3433
needs: release
3534
uses: Automattic/newspack-scripts/.github/workflows/reusable-post-release.yml@refactor/deprecate-circle-ci
36-
secrets:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)