Skip to content

Commit

Permalink
ci: 🐛 Include STRPI_KEY Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bKoZii committed Aug 29, 2024
1 parent 2a988e0 commit 1c3d024
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/azure-static-web-apps-icy-sea-0da81cb00.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:
- main

jobs:
create_env_file:
runs-on: ubuntu-latest
name: Create .env file
steps:
- name: Create .env file
run: |
touch .env
echo STRAPI_KEY=${{ secrets.STRAPI_KEY }} >> .env
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c3d024

Please sign in to comment.