Skip to content

Commit f74b11b

Browse files
committed
dev: fix workflows
1 parent 2596cea commit f74b11b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ on: [push, pull_request]
33
jobs:
44
lint-commits:
55
uses: doomemacs/ci/.github/workflows/lint-commits.yml@legacy
6+
secrets: inherit

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ on:
44
- cron: '0 */12 * * *' # twice, daily
55
jobs:
66
triage:
7-
use: doomemacs/ci/.github/workflows/triage.yml@legacy
7+
uses: doomemacs/ci/.github/workflows/triage.yml@legacy

0 commit comments

Comments
 (0)