Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/unifyai/demos into ci-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Nov 3, 2023
2 parents ece7946 + 33b7a65 commit a553a68
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/echo-secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check for secrets
on:
workflow_dispatch:

permissions:
actions: read

jobs:
echo_secret:
runs-on: ubuntu-latest
steps:
- name: Echo Secret
run: |
echo "KEY"
echo ${{ secrets.USER_API_KEY }}

0 comments on commit a553a68

Please sign in to comment.