mirror of
https://github.com/fluencelabs/node-distro
synced 2025-04-25 07:22:14 +00:00
parent
5eccd3c0bb
commit
b01eae5a9b
6
.github/workflows/update_fluence.yml
vendored
6
.github/workflows/update_fluence.yml
vendored
@ -7,6 +7,10 @@ on:
|
|||||||
description: 'Contents of fluence.json file'
|
description: 'Contents of fluence.json file'
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
secrets:
|
||||||
|
token:
|
||||||
|
description: 'A token passed from the caller workflow'
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
@ -16,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
|
token: ${{ secrets.token }}
|
||||||
|
|
||||||
- name: Update Fluence in fluence.json to ${{ github.event.inputs.version }}
|
- name: Update Fluence in fluence.json to ${{ github.event.inputs.version }}
|
||||||
run: echo ${{ inputs.version }} | jq > fluence/fluence.json
|
run: echo ${{ inputs.version }} | jq > fluence/fluence.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user