Skip to content

neilmca-inc is testing out GitHub Actions πŸš€ #2

neilmca-inc is testing out GitHub Actions πŸš€

neilmca-inc is testing out GitHub Actions πŸš€ #2

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:
- run: echo "Repo Secret ${{ secrets.REPO_SECRET_MINOGUE }}"
- run: echo "Repo Variable ${{ vars.REPO_VAR_MINOGUE }}"