mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): use a secret token for cron actions
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9e69b6b676
commit
d421112f86
4
.github/workflows/maintenance.yml
vendored
4
.github/workflows/maintenance.yml
vendored
@@ -2,7 +2,7 @@ name: Maintenance
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "10 19 * * 4"
|
||||
- cron: "10 20 * * 4"
|
||||
|
||||
jobs:
|
||||
npm-upgrades:
|
||||
@@ -29,6 +29,8 @@ jobs:
|
||||
branch: npm-upgrades
|
||||
delete-branch: true
|
||||
title: "chore(ui): upgrade all 3rd party dependencies"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
|
||||
|
||||
- name: Check outputs
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user