missing secret

This commit is contained in:
Ulf Gebhardt 2023-03-20 22:21:26 +01:00
parent 4469edf32b
commit 57519c2011
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -178,6 +178,8 @@ jobs:
name: Trigger successful brand build
runs-on: ubuntu-latest
needs: [github_tag]
env:
SECRET: ${{ secrets.SECRET }}
steps:
- name: Checkout code
uses: actions/checkout@v3