Skip to content

Commit

Permalink
base64
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Dec 18, 2024
1 parent d17b3bc commit e69e28b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Create environment file with access keys
# The .env file has to be base64 encoded to accommodate line breaks.
run: |
echo ${{ env.ENV_SECRETS }} > .env
echo "${{ env.ENV_SECRETS }}" | base64 -d > .env
env:
ENV_SECRETS: ${{ secrets.TEST_ENV }}
- uses: actions/setup-python@v3
Expand Down

0 comments on commit e69e28b

Please # to comment.