File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -163,34 +163,3 @@ jobs:
163163 registry : ghcr.io
164164 image_name : ${{ github.repository }}
165165 github_token : ${{ secrets.GITHUB_TOKEN }}
166-
167- stronghold-build :
168- runs-on : ubuntu-latest
169- needs : [pypi-release]
170-
171- steps :
172- - uses : actions/checkout@v4
173- - name : Wait package to be truly available from PyPI
174- shell : bash
175- run : |
176- sleep 120
177- - name : Set raw version variable
178- shell : bash
179- run : |
180- echo "${{ github.ref_name }}" | sed "s/v/RAW_VERSION=$1/" >> $GITHUB_ENV
181- - name : Generate a token
182- id : generate-token
183- uses : actions/create-github-app-token@v1
184- with :
185- app-id : ${{ secrets.INTERNAL_GITHUB_APP_ID }}
186- private-key : ${{ secrets.INTERNAL_GITHUB_APP_PRIVATE_KEY }}
187- - name : Trigger Stronghold build
188- uses : octokit/request-action@v2.x
189- with :
190- route : POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches
191- owner : fief-dev
192- repo : stronghold
193- workflow_id : build.yml
194- fief_version : ${{ env.RAW_VERSION }}
195- env :
196- GITHUB_TOKEN : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments