Skip to content

chore: Add release candidate workflow (#167) #1

chore: Add release candidate workflow (#167)

chore: Add release candidate workflow (#167) #1

name: Release candidate
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
test:
uses: ./.github/workflows/acc-tests.yml
with:
clientId: "${{ vars.TERRAFORM_NOBL9_CLIENT_ID }}"
clientSecret: "${{ secrets.TERRAFORM_NOBL9_CLIENT_SECRET }}"

Check failure on line 11 in .github/workflows/release-candidate.yml

View workflow run for this annotation

GitHub Actions / Release candidate

Invalid workflow file

The workflow is not valid. .github/workflows/release-candidate.yml (Line: 11, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.TERRAFORM_NOBL9_CLIENT_SECRET