File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments