Skip to content

Update codeowner file with new GitHub team name #11

Update codeowner file with new GitHub team name

Update codeowner file with new GitHub team name #11

Workflow file for this run

name: Publish Release
on:
pull_request:
types:
- closed
workflow_dispatch:
permissions:
contents: read
id-token: write # For publishing to npm using --provenance
jobs:
release:
uses: ./.github/workflows/npm-release.yml
with:
node-version: 18
require-build: true
release-directory: './packages/express-oauth2-jwt-bearer'
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}