Skip to content

Commit

Permalink
tmp3
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Jan 25, 2024
1 parent 884d0a3 commit 5e109a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create_report_discussion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Create Report Discussion
on:
workflow_dispatch:
push:
# branches:
# - master
# - feat/338_WeeklyReportScript
branches:
- master
- feat/338_WeeklyReportScript
paths:
- packages/scripts/snapshots/**

Expand All @@ -19,10 +19,10 @@ jobs:
ref: ${{ github.ref }}

- name: report:discussion
env:
# 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 }}
# env:
# # 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

0 comments on commit 5e109a4

Please sign in to comment.