Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

chore: add .hlxignore #85

chore: add .hlxignore

chore: add .hlxignore #85

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REACT_APP_AWS_SERVICE_ENDPOINT: ${{ secrets.REACT_APP_AWS_SERVICE_ENDPOINT }}
REACT_APP_MAGIC_LINK_API_KEY: ${{ secrets.REACT_APP_MAGIC_LINK_API_KEY }}