fix: correct use of secret
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m0s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m0s
This commit is contained in:
@@ -30,12 +30,12 @@ jobs:
|
|||||||
- name: Show env file
|
- name: Show env file
|
||||||
run: |
|
run: |
|
||||||
/bin/cat .env.local
|
/bin/cat .env.local
|
||||||
- name: Set GITEA_TOKEN variable
|
|
||||||
run: echo "GITEA_TOKEN=${{ secrets.GT_TOKEN }}" >> $GITEA_ENV
|
|
||||||
- name: Build and Release
|
- name: Build and Release
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
semantic-version
|
semantic-version
|
||||||
|
env:
|
||||||
|
GT_TOKEN: ${{ secrets.GT_TOKEN }}
|
||||||
- name: Trigger Ansible Deploy Playbook
|
- name: Trigger Ansible Deploy Playbook
|
||||||
uses: https://github.com/distributhor/workflow-webhook@v3
|
uses: https://github.com/distributhor/workflow-webhook@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user