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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
tags: 'v*'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
@ -48,7 +49,7 @@ jobs:
|
|||
tag: "${{ github.ref_name }}"
|
||||
sha: "${{ github.sha }}"
|
||||
release-dir: /workdir/release
|
||||
token: ${{ github.token }}
|
||||
token: ${{ secrets.FJ_REGISTRY_TOKEN }}
|
||||
override: ${{ vars.OVERRIDE || "false" }}
|
||||
verbose: ${{ vars.VERBOSE || "false" }}
|
||||
hide-archive-link: true
|
||||
|
|
Loading…
Add table
Reference in a new issue