We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3efb68 commit 452a9a0Copy full SHA for 452a9a0
2 files changed
.github/workflows/i18n.yml
@@ -12,5 +12,3 @@ concurrency:
12
jobs:
13
i18n:
14
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
@@ -20,7 +20,6 @@ jobs:
20
needs: build
21
uses: Automattic/newspack-scripts/.github/workflows/reusable-release.yml@refactor/deprecate-circle-ci
22
secrets:
23
24
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25
26
build-distributable:
@@ -33,5 +32,3 @@ jobs:
33
32
if: github.ref == 'refs/heads/release'
34
needs: release
35
uses: Automattic/newspack-scripts/.github/workflows/reusable-post-release.yml@refactor/deprecate-circle-ci
36
37
0 commit comments