Skip to content

FIX :: Logged User!! #86

FIX :: Logged User!!

FIX :: Logged User!! #86

Workflow file for this run

on:
push:
branches:
- develop
jobs:
build:
permissions:
id-token: write
contents: read
name: Build
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.XQUARE_ACCESS_KEY }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}