Skip to content

Update README.md

Update README.md #30

Workflow file for this run

name: Example Using GitHub Secrets
on:
push:
branches:
- main
pull_request:
jobs:
secrets:
runs-on: ubuntu-latest
name: Demo Using Secrets
steps:
- name: Echo Out The Secret
env:
bsides_secret: ${{ secrets.LV_EXAMPLE_SECRET }}
run: echo "$bsides_secret"