Skip to content

Publish Weekly Stats #199

Publish Weekly Stats

Publish Weekly Stats #199

Workflow file for this run

name: Publish Weekly Stats
on:
schedule:
# https://crontab.guru/#0_12_*_*_1
- cron: "0 12 * * 1"
workflow_dispatch:
permissions:
contents: read
comments: write

Check failure on line 11 in .github/workflows/weekly-stats.yml

View workflow run for this annotation

GitHub Actions / Publish Weekly Stats

Invalid workflow file

The workflow is not valid. .github/workflows/weekly-stats.yml (Line: 11, Col: 3): Unexpected value 'comments'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: "18.x"
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- run: pnpm install
# Update the site stats
- run: node packages/typescriptlang-org/scripts/updateAppInsightsGitHubIssue.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APP_INSIGHTS_API_KEY: ${{ secrets.APP_INSIGHTS_API_KEY }}
APP_INSIGHTS_ID: ${{ secrets.APP_INSIGHTS_ID }}