fix(ci): updated secrets
This commit is contained in:
parent
3edb9a59a4
commit
174cf20692
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: 'v*'
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
@ -48,7 +49,7 @@ jobs:
|
||||||
tag: "${{ github.ref_name }}"
|
tag: "${{ github.ref_name }}"
|
||||||
sha: "${{ github.sha }}"
|
sha: "${{ github.sha }}"
|
||||||
release-dir: /workdir/release
|
release-dir: /workdir/release
|
||||||
token: ${{ github.token }}
|
token: ${{ secrets.FJ_REGISTRY_TOKEN }}
|
||||||
override: ${{ vars.OVERRIDE || "false" }}
|
override: ${{ vars.OVERRIDE || "false" }}
|
||||||
verbose: ${{ vars.VERBOSE || "false" }}
|
verbose: ${{ vars.VERBOSE || "false" }}
|
||||||
hide-archive-link: true
|
hide-archive-link: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue