Skip to content

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.5 to 8.0.… #104

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.5 to 8.0.…

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.5 to 8.0.… #104

name: Publish PhotonStateManager
on:
push:
branches:
- main
paths:
- PhotonStateManager/**
- Shared/**
- Directory.Packages.props
env:
HUSKY: 0
jobs:
build:
name: Build
uses: ./.github/workflows/build.yaml
with:
ref: main
dockerfile: "PhotonStateManager/DragaliaAPI.Photon.StateManager/Dockerfile"
image-name: "photon-state-manager"
secrets: inherit
deploy:
name: Deploy
needs: build
uses: ./.github/workflows/deploy.yaml
with:
github-environment: "PhotonStateManager"
secrets: inherit