Skip to content

Commit 0f4304b

Browse files
committed
chore: update CI gh token to use the new fine grained PAT token - skip deploy
1 parent 4f9822b commit 0f4304b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dev.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
- name: Package bump layer
207207
uses: InjectiveLabs/github-fe/actions/package-bump@master
208208
with:
209-
gh_token: ${{ secrets.GH_TOKEN }}
209+
gh_token: ${{ secrets.LAYER_GH_TOKEN }}
210210
repository_url: injectiveLabs/injective-ui
211211
repository_branch: master
212212

@@ -223,7 +223,7 @@ jobs:
223223
- name: Package bump Hub
224224
uses: InjectiveLabs/github-fe/actions/package-bump@master
225225
with:
226-
gh_token: ${{ secrets.GH_TOKEN }}
226+
gh_token: ${{ secrets.HUB_GH_TOKEN }}
227227
repository_url: injectiveLabs/injective-hub
228228
repository_branch: dev
229229

@@ -240,7 +240,7 @@ jobs:
240240
- name: Package bump Helix
241241
uses: InjectiveLabs/github-fe/actions/package-bump@master
242242
with:
243-
gh_token: ${{ secrets.GH_TOKEN }}
243+
gh_token: ${{ secrets.HELIX_GH_TOKEN }}
244244
repository_url: injectiveLabs/injective-helix
245245
repository_branch: dev
246246

@@ -257,7 +257,7 @@ jobs:
257257
- name: Package bump Explorer
258258
uses: InjectiveLabs/github-fe/actions/package-bump@master
259259
with:
260-
gh_token: ${{ secrets.GH_TOKEN }}
260+
gh_token: ${{ secrets.EXPLORER_GH_TOKEN }}
261261
repository_url: injectiveLabs/injective-explorer
262262
repository_branch: dev
263263

@@ -274,7 +274,7 @@ jobs:
274274
- name: Package bump Trading UI
275275
uses: InjectiveLabs/github-fe/actions/package-bump@master
276276
with:
277-
gh_token: ${{ secrets.GH_TOKEN }}
277+
gh_token: ${{ secrets.TRADING_UI_GH_TOKEN }}
278278
repository_url: injectiveLabs/injective-trading-ui
279279
repository_branch: dev
280280

@@ -291,7 +291,7 @@ jobs:
291291
- name: Package bump Mito
292292
uses: InjectiveLabs/github-fe/actions/package-bump@master
293293
with:
294-
gh_token: ${{ secrets.GH_TOKEN }}
294+
gh_token: ${{ secrets.MITO_GH_TOKEN }}
295295
repository_url: mitoFinance/mito-ui
296296
repository_branch: dev
297297

@@ -308,7 +308,7 @@ jobs:
308308
- name: Package bump UI API
309309
uses: InjectiveLabs/github-fe/actions/package-bump@master
310310
with:
311-
gh_token: ${{ secrets.GH_TOKEN }}
311+
gh_token: ${{ secrets.UI_API_GH_TOKEN }}
312312
repository_url: injectiveLabs/injective-ui-api
313313
repository_branch: staging
314314

@@ -325,7 +325,7 @@ jobs:
325325
- name: Package bump Admin UI
326326
uses: InjectiveLabs/github-fe/actions/package-bump@master
327327
with:
328-
gh_token: ${{ secrets.GH_TOKEN }}
328+
gh_token: ${{ secrets.ADMIN_UI_GH_TOKEN }}
329329
repository_url: InjectiveLabs/injective-admin-ui
330330
repository_branch: dev
331331

@@ -342,6 +342,6 @@ jobs:
342342
- name: Package bump DO UI
343343
uses: InjectiveLabs/github-fe/actions/package-bump@master
344344
with:
345-
gh_token: ${{ secrets.GH_TOKEN }}
345+
gh_token: ${{ secrets.DO_UI_GH_TOKEN }}
346346
repository_url: injectiveLabs/injective-do-ui
347347
repository_branch: master

0 commit comments

Comments
 (0)