I’m using Gitea Actions for CI/CD workflows and variables defined under:
Organization → Settings → Variables
${{ vars.VARIABLE_NAME }}
are not accessible inside workflows using any of the standard syntax such as:
Just like secrets (accessed via ${{ secrets.NAME }}), I expect:
- Organization-level variables
to be accessible in workflows using a syntax like:
${{ vars.MY_VARIABLE }}
CI Workflow File: .gitea/workflows/cd_workflows.yml