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

Bump express from 4.16.0 to 4.20.0 in /part2/VulnerableAppTwo #17

Bump express from 4.16.0 to 4.20.0 in /part2/VulnerableAppTwo

Bump express from 4.16.0 to 4.20.0 in /part2/VulnerableAppTwo #17

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"