Quotes around interpolated gitea actions secret as exported env var in run: step
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 4m53s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 4m53s
This commit is contained in:
parent
9dad63a0e0
commit
cc7db336bb
@ -26,7 +26,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: |
|
||||
export TARGET_IP_ADDRESS=$(tofu output -raw act_worker_ip_address)
|
||||
export ACT_RUNNER_DEPLOY_KEY=${{ secrets.ACT_RUNNER_DEPLOY_KEY }}
|
||||
export ACT_RUNNER_DEPLOY_KEY="${{ secrets.ACT_RUNNER_DEPLOY_KEY }}"
|
||||
cd ${{ gitea.workspace}}/podman-host/extensions
|
||||
molecule test -s linode
|
||||
working-directory: "${{ gitea.workspace }}/podman-host/.gitea/tofu"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user