Skip to content

add env variables

add env variables #11

Workflow file for this run

name: Show Me the S3cr3tz
on: [push]
env:
ANOTHER_VAR: anyText
jobs:
debug:
name: Debug
runs-on: ubuntu-latest
environment: tests
steps:
# - name: Check out code
# uses: actions/checkout@v2
- name: Set up secret file
# env:
# AUTH_URL: ${{ secrets.AUTH_URL }}
# USERNAME: ${{ secrets.USERNAME }}
# FUNCTEST_PROJECT_NAME: ${{ vars.FUNCTEST_PROJECT_NAME }}
run: env && echo ${{ tests.AUTH_URL }} && echo ${{ vars }} && echo "var is $FUNCTEST_PROJECT_NAME"

Check failure on line 21 in .github/workflows/secrets.yaml

View workflow run for this annotation

GitHub Actions / Show Me the S3cr3tz

Invalid workflow file

The workflow is not valid. .github/workflows/secrets.yaml (Line: 21, Col: 14): Unrecognized named-value: 'tests'. Located at position 1 within expression: tests.AUTH_URL