Skip to content

testing if the new workflow added is causing problems #1

testing if the new workflow added is causing problems

testing if the new workflow added is causing problems #1

# name: get-env-variables
# on:
# push:
# branches: [master]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Build the project
# env:
# ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }} # This makes the secret available
# run: npm run build
# - name: Get env variables
# run: echo "Getting env variables"