mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 06:33:30 +00:00
Update balena-io/deploy-to-balena-action action to v2.0.53
Update balena-io/deploy-to-balena-action from 2.0.52 to 2.0.53 Change-type: patch
This commit is contained in:
parent
6d4c7a5709
commit
7d73911948
2
.github/actions/finalize/action.yml
vendored
2
.github/actions/finalize/action.yml
vendored
@ -13,7 +13,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- uses: balena-io/deploy-to-balena-action@3c8d29317d61cafb7886d7a972df4903c8fcecc0 # v2.0.52
|
- uses: balena-io/deploy-to-balena-action@3163bdc77569672999d092b35c442119a49e954d # v2.0.53
|
||||||
with:
|
with:
|
||||||
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
|
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
|
||||||
fleet: ${{ env.matrix_value }}
|
fleet: ${{ env.matrix_value }}
|
||||||
|
2
.github/actions/publish/action.yml
vendored
2
.github/actions/publish/action.yml
vendored
@ -13,7 +13,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: balena-io/deploy-to-balena-action@3c8d29317d61cafb7886d7a972df4903c8fcecc0 # v2.0.52
|
- uses: balena-io/deploy-to-balena-action@3163bdc77569672999d092b35c442119a49e954d # v2.0.53
|
||||||
with:
|
with:
|
||||||
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
|
balena_token: ${{ fromJSON(inputs.secrets).BALENA_STAGING_TOKEN }}
|
||||||
fleet: ${{ env.matrix_value }}
|
fleet: ${{ env.matrix_value }}
|
||||||
|
Loading…
Reference in New Issue
Block a user