Update .gitea/workflows/publish.yaml

This commit is contained in:
zramsay 2024-08-21 15:53:24 +00:00
parent b73fffa4a4
commit 61c97278e6

View File

@ -2,6 +2,8 @@ name: Publish ApplicationRecord to Registry
on:
release:
types: [published]
branches:
- '*'
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}