Skip to content

Commit 88f6351

Browse files
committedJun 19, 2022
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

+1
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

-1
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)
Please sign in to comment.