Skip to content

Commit 88f6351

Browse files
committed
dev(ci): pass secrets to workflows (where needed)
The commit linter action doesn't need it though.
1 parent f74b11b commit 88f6351

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ on:
55
jobs:
66
add-to-project:
77
uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy
8+
secrets: inherit

.github/workflows/lint-commits.yml

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

0 commit comments

Comments
 (0)