This commit is contained in:
parent
017ab61f6f
commit
99de9fff93
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ jobs:
|
|||
npm install -g bun
|
||||
- name: Run publish script
|
||||
run: |
|
||||
bun publish-dev.mjs
|
||||
export TOKEN="${{ secrets.CRMM_TOKEN_ADMKAWL }}" && bun publish-dev.mjs
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ async function loadConfigData() {
|
|||
"repoApi": "",
|
||||
"gitReleaseUrl": "/releases/latest",
|
||||
"crmm": {
|
||||
"authToken": process.env.secrets.CRMM_TOKEN_ADMKAWL,
|
||||
"authToken": process.env.TOKEN,
|
||||
"projectId": "cookie-server-utils"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue