Skip to content

feat: add session of user in trpc context and added protected route h… #16

feat: add session of user in trpc context and added protected route h…

feat: add session of user in trpc context and added protected route h… #16

Workflow file for this run

name: 📦 Release
on:
workflow_dispatch:
push:
branches: [main]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: cycjimmy/semantic-release-action@v4
with:
extends: |
@socialgouv/releaserc
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
branches: |
[
'main',
]
working_directory: ./webapp
env:
GIT_AUTHOR_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
GIT_AUTHOR_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}