Skip to content

Commit

Permalink
Merge pull request #217 from Cyfrin/Equious-patch-2
Browse files Browse the repository at this point in the history
Update audit_action.yml
  • Loading branch information
Equious authored Sep 25, 2024
2 parents 7ebe980 + d4b82a9 commit 6ea838c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/audit_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
env:
MUX_TOKEN_ID: ${{ secrets.MUX_TOKEN_ID }}
MUX_TOKEN_SECRET: ${{ secrets.MUX_TOKEN_ID }}
CLOUDINARY_CLOUD_NAME: ${{ secrets.CLOUDINARY_CLOUD_NAME }}
CLOUDINARY_API_KEY: ${{ secrets.CLOUDINARY_API_KEY }}
CLOUDINARY_API_SECRET: ${{ secrets.CLOUDINARY_API_SECRET }}

# Install Updraft CLI and Run Audit.py
- name: audit
Expand Down

0 comments on commit 6ea838c

Please sign in to comment.