Skip to content

Commit

Permalink
add a secret test to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcrosher committed Oct 6, 2024
1 parent 6a5168e commit 0d23012
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact
path: models/*.sql
path: models/*.sql

check_secrets:
runs-on: ubuntu-latest

steps:
- shell: bash
env:
SUPER_SECRET: ${{ secrets.ADBTOKEN }}
run: |
printenv

0 comments on commit 0d23012

Please sign in to comment.