Skip to content

Bump github/codeql-action from 4.32.0 to 4.32.1 in the github-actions… #223

Bump github/codeql-action from 4.32.0 to 4.32.1 in the github-actions…

Bump github/codeql-action from 4.32.0 to 4.32.1 in the github-actions… #223

name: Publish packages
on:
push:
branches: [v2]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'microsoft/TypeScript-Website'
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
filter: blob:none
token: ${{ secrets.TS_BOT_TOKEN }}
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org/"
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- name: Prepare website v2
run: |
pnpm install
pnpm bootstrap
pnpm build
- uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 # v1.6.0
with:
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.TS_BOT_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}