Skip to content

tmp: trigger

tmp: trigger #3

name: Create Report Discussion
on:
workflow_dispatch:
push:
branches:
- master
- feat/338_WeeklyReportScript
paths:
- packages/scripts/snapshots/**
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: report:discussion
env:

Check failure on line 22 in .github/workflows/create_report_discussion.yaml

View workflow run for this annotation

GitHub Actions / Create Report Discussion

Invalid workflow file

The workflow is not valid. .github/workflows/create_report_discussion.yaml (Line: 22, Col: 13): Unexpected value ''
# TODO:
# The script requires public_repo, read:org, read:project permissions, and needs a personal access token (classic) to obtain these permissions.
# GITHUB_TOKEN: ${{ secrets.REPORT_GITHUB_TOKEN }}
run: |
yarn install
yarn workspace @magickbase-website/scripts report:discussion