Skip to content

Commit

Permalink
chore(ci): reintrude env var wrongly deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Oct 16, 2024
1 parent b60c13a commit b9495df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/datenraum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

- name: Set credentials for Datenraum
run: |
echo "DATENRAUM_ENVIRONMENT=demog >> "$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 b9495df

Please sign in to comment.