Skip to content

Commit 11b7c0a

Browse files
committed
Revert "script to setup readonly user on prod deploy"
This reverts commit 9346ffd.
1 parent 9346ffd commit 11b7c0a

3 files changed

Lines changed: 0 additions & 113 deletions

File tree

.github/workflows/release-prod.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,3 @@ jobs:
4444
env:
4545
GRAFANA_TOKEN: ${{ secrets.GRAFANA_TOKEN }}
4646
run: node scripts/update-grafana-ds.js
47-
48-
- name: setup readonly user
49-
env:
50-
READONLY_USER_PASSWORD: ${{ secrets.READONLY_USER_PASSWORD }}
51-
run: pnpm run setup:readonly-user

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"process": "sqd process",
2929
"generate:validations": "ts-node --require tsconfig-paths/register scripts/generate-validations.ts",
3030
"log:processing-times": "ts-node --require tsconfig-paths/register scripts/check-processing-times.ts",
31-
"setup:readonly-user": "ts-node --require tsconfig-paths/register scripts/setup-readonly-user.ts",
3231
"postdeploy": "sh -c 'pnpm run log:processing-times $1 && pnpm run generate:validations $1' --",
3332
"lint": "eslint \"src/**/*.ts\"",
3433
"lint:fix": "eslint \"src/**/*.ts\" --fix",

scripts/setup-readonly-user.ts

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)