Update .forgejo/workflows/createapp.yaml
All checks were successful
build / build (push) Successful in 15s
All checks were successful
build / build (push) Successful in 15s
This commit is contained in:
parent
6d8d7548bc
commit
1291e72b6f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ on:
|
|||
required: true
|
||||
|
||||
env:
|
||||
EDGEXR_PLATFORM_USERNAME: ${{ secrets.EDGEXR2_PLATFORM_USERNAME }}
|
||||
EDGEXR_PLATFORM_PASSWORD: ${{ secrets.EDGEXR2_PLATFORM_PASSWORD }}
|
||||
EDGEXR_PLATFORM_USERNAME: ${{ secrets.EDGEXR_PLATFORM_USERNAME }}
|
||||
EDGEXR_PLATFORM_PASSWORD: ${{ secrets.EDGEXR_PLATFORM_PASSWORD }}
|
||||
APP_REGION: ${{ inputs.a_app_region }}
|
||||
APP_FLAVOR: ${{ inputs.b_app_flavor }}
|
||||
CLOUDLET: ${{ inputs.c_cloudlet }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue