Skip to content

Commit ed6f6ed

Browse files
rename MASTER_KEY and BIN_ID env variables
1 parent e545dbc commit ed6f6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/themes-weekly-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Run themes:pull script
2929
run: yarn run themes:pull
3030
env:
31-
MASTER_KEY: ${{ secrets.MASTER_KEY }}
32-
BIN_ID: ${{ secrets.BIN_ID }}
31+
JSONBIN_MASTER_KEY: ${{ secrets.JSONBIN_MASTER_KEY }}
32+
JSONBIN_ID: ${{ secrets.JSONBIN_ID }}
3333

3434
- name: Generate dark tokens
3535
run: npx token-transformer scripts/themes/tokens/arduino-tokens.json scripts/themes/tokens/dark.json core,ide-default,ide-dark,theia core,ide-default,ide-dark

0 commit comments

Comments
 (0)