Skip to content
name: GitHub Actions Repo Vars and Secrets
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
[push]
jobs:
Explore-GitHub-Actions-Var-Secrets:
runs-on: ubuntu-latest
steps:
- name: one
run: echo "Repo Secret REPO_SECRET_MINOGUE: ${{ secret.REPO_SECRET_MINOGUE }}"

Check failure on line 11 in .github/workflows/repo-vars-secrets.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo-vars-secrets.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: two
run: echo "Repo Variable REPO_VAR_MINOGUE: ${{ vars.REPO_VAR_MINOGUE }}"