Skip to content

Commit dc320ea

Browse files
committed
fix: ci
1 parent 6ff22d9 commit dc320ea

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/package-bump.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -224,27 +224,3 @@ jobs:
224224
gh_token: ${{ steps.app-token.outputs.token }}
225225
repository_url: injectiveLabs/injective-do-ui
226226
repository_branch: master
227-
228-
package-bump-true-current:
229-
name: 'Package bump True Current'
230-
runs-on: ubuntu-latest
231-
needs: package-bump-layer-tc
232-
233-
steps:
234-
- name: Create GitHub App token
235-
id: app-token
236-
uses: actions/create-github-app-token@v1
237-
with:
238-
app-id: ${{ vars.RELEASE_APP_ID }}
239-
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
240-
owner: InjectiveLabs
241-
repositories: injective-true-current
242-
permission-contents: write
243-
permission-pull-requests: write
244-
245-
- name: Package bump True Current
246-
uses: InjectiveLabs/github-fe/actions/package-bump@master
247-
with:
248-
gh_token: ${{ steps.app-token.outputs.token }}
249-
repository_url: injectiveLabs/injective-true-current
250-
repository_branch: dev

0 commit comments

Comments
 (0)