Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Update endorlabjs.yml #9

Update endorlabjs.yml

Update endorlabjs.yml #9

Workflow file for this run

name: Example Using 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"