Skip to content

Commit 1a7a585

Browse files
committed
1 parent 8355929 commit 1a7a585

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
permissions:
2929
packages: read
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN || secrets.GH_TOKEN }}
3232
HUSKY: 0
3333
REF: ${{ github.head_ref || github.ref_name }}
3434
concurrency:

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nodeLinker: node-modules
2121
npmScopes:
2222
flex-development:
2323
npmAlwaysAuth: true
24-
npmAuthToken: ${GITHUB_TOKEN}
24+
npmAuthToken: ${GITHUB_TOKEN:-$GH_TOKEN}
2525
npmRegistryServer: https://npm.pkg.github.com
2626

2727
patchFolder: ./patches

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Follow the steps below to setup your local development environment:
9898
| name |
9999
| ----------------------- |
100100
| `CODECOV_TOKEN` |
101+
| `GH_TOKEN` |
101102
| `GITHUB_TOKEN` |
102103
| `NODE_ENV` |
103104
| `NODE_NO_WARNINGS` |

0 commit comments

Comments
 (0)