Skip to content

Commit

Permalink
[Fix]: Missing environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
harshfeudal committed Sep 12, 2023
1 parent 0391742 commit 78fa5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Create .env
env:
ENCODED_CLIENT_TOKEN: ${{ secret.ENCODED_CLIENT_TOKEN }}
ENCODED_CLIENT_TOKEN: ${{ secrets.ENCODED_CLIENT_TOKEN }}
run: |
echo "ENCODED_CLIENT_TOKEN=$ENCODED_CLIENT_TOKEN" > .env
Expand Down

0 comments on commit 78fa5ad

Please sign in to comment.