Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ticgithub/data/workflows/scheduled_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
$NAME:
runs-on: ubuntu-latest
name: $NAME
permissions:
issues: write
steps:
- uses: actions/checkout@v3
- name: Install ticgithub
run: $INSTALL_CMD
- name: Run ticgithub script for $NAME
run: $RUN_CMD --loglevel INFO $DRY
env:
$PAT: $${{ secrets.$PAT }}
$PAT: $${{ secrets.GITHUB_TOKEN }}
$INBOX: $${{ secrets.$INBOX }}
$SENDMAIL: $${{ secrets.$SENDMAIL }}