Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from BEAN-Tastic/secrets
Browse files Browse the repository at this point in the history
Adding missing escape character
  • Loading branch information
CursoryWaif32BBD authored Mar 14, 2024
2 parents 702409e + 5cf646c commit c883adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: bash
run: |
echo "Configure Secrets.json"
echo -e "{\n \"clientId\": \"${{ secrets.CLIENT_ID }},\n \"clientSecret": \"${{ secrets.CLIENT_SECRET }}\"\n}" > src/main/resources/Secrets.json
echo -e "{\n \"clientId\": \"${{ secrets.CLIENT_ID }}\",\n \"clientSecret\": \"${{ secrets.CLIENT_SECRET }}\"\n}" > src/main/resources/Secrets.json
# UPDATE POM VERSION
- id: version-up
Expand Down

0 comments on commit c883adb

Please sign in to comment.