Skip to content

Commit

Permalink
feat: Fixes Linting and Unit Tests Running on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TalentedB committed Aug 13, 2023
1 parent 99df5f7 commit 065b6ad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
CIPHER_KEY: ${{ secrets.CIPHER_KEY }}
CIPHER_NONCE: ${{ secrets.CIPHER_NONCE }}
HKDF_SECRET: ${{ secrets.HKDF_SECRET }}
REDIS_CONN: ${{ secrets.REDIS_CONN }}
PUBLIC_DOC_ACCESS: ${{ secrets.PUBLIC_DOC_ACCESS }}
MASK_SECRET: ${{ secrets.MASK_SECRET }}

permissions:
contents: read
packages: read
Expand Down

0 comments on commit 065b6ad

Please sign in to comment.