Skip to content

Merge branch 'main' into develop #76

Merge branch 'main' into develop

Merge branch 'main' into develop #76

Workflow file for this run

name: deploy-xquare-stag
on:
push:
branches: develop
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Check Out The Repository
uses: actions/checkout@v3
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: stag
access_key: ${{ secrets.ACCESS_KEY }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}