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

Fix code scanning alert #3: Database query built from user-controlled sources #29

Fix code scanning alert #3: Database query built from user-controlled sources

Fix code scanning alert #3: Database query built from user-controlled sources #29

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"