Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 16, 2024
1 parent b9495df commit 28a1983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/datenraum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Set credentials for Datenraum
run: |
echo "DATENRAUM_ENVIRONMENT=demog >> "$GITHUB_ENV"
echo "DATENRAUM_ENVIRONMENT=demo >> "$GITHUB_ENV"
echo "CLIENT_ID=${{ secrets.CLIENT_ID_DEMO }}" >> "$GITHUB_ENV"
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET_DEMO }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 28a1983

Please sign in to comment.