Skip to content

Bump actions/create-github-app-token from 3.0.0 to 3.1.1 #10

Bump actions/create-github-app-token from 3.0.0 to 3.1.1

Bump actions/create-github-app-token from 3.0.0 to 3.1.1 #10

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- '**'
pull_request:
release:
types: [published]
jobs:
build:
uses: ./.github/workflows/build.yml
publish:
if: github.event_name == 'release'
needs: build
uses: ./.github/workflows/publish.yml
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}