Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Jul 3, 2024
1 parent a5983dd commit e9f2d42
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:

env:
FORCE_COLOR: 1
SIGNING_SECRET: "de41d4f0c5dc6da541498602e45df383"

concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

jobs:
pre-commit:
Expand Down Expand Up @@ -42,9 +37,10 @@ jobs:
with:
python-version: "3.11"

- name: Set up environment variables
env:
SIGNING_SECRET: ${{ env.SIGNING_SECRET }}
- name: Create .env file
run: |
touch .env
echo "SIGNING_SECRET=de41d4f0c5dc6da541498602e45df383" >> .env
- name: Install dependencies
run: |
Expand Down

0 comments on commit e9f2d42

Please sign in to comment.