Skip to content

Commit

Permalink
ci/cd: use escapded single quotes for trusted user/password
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 27, 2024
1 parent e06304d commit ebd6e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
X_MAIL_SMTP_AUTH: "true"
X_MAIL_SMTP_STARTTLS: "true"

X_BEACON_TRUSTED_USERNAME: '${{ secrets.BEACON_TRUSTED_USERNAME_TEST }}'
X_BEACON_TRUSTED_PASSWORD: '${{ secrets.BEACON_TRUSTED_PASSWORD_TEST }}'
X_BEACON_TRUSTED_USERNAME: \'${{ secrets.BEACON_TRUSTED_USERNAME_TEST }}\'
X_BEACON_TRUSTED_PASSWORD: \'${{ secrets.BEACON_TRUSTED_PASSWORD_TEST }}\'

X_BEACON_PASSWORD_RESET_URL: "https://admin.beacon.testingmachine.eu/"
X_BEACON_PASSWORD_RESET_MAIL: "[email protected]"
Expand Down

0 comments on commit ebd6e30

Please sign in to comment.