fix(ci): updated secrets
Some checks failed
/ build (push) Successful in 38s
/ publish (push) Failing after 2m24s

This commit is contained in:
Nicola Zangrandi 2025-02-05 11:39:35 +01:00
parent 3edb9a59a4
commit 174cf20692
Signed by: wasp
GPG key ID: 43C1470D890F23ED
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,8 @@
on: [push]
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest

View file

@ -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