Skip to content

Commit

Permalink
dev(ci): pass secrets to workflows (where needed)
Browse files Browse the repository at this point in the history
The commit linter action doesn't need it though.
  • Loading branch information
hlissner committed Jun 19, 2022
1 parent f74b11b commit 88f6351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ on:
jobs:
add-to-project:
uses: doomemacs/ci/.github/workflows/add-to-project.yml@legacy
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/lint-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ on: [push, pull_request]
jobs:
lint-commits:
uses: doomemacs/ci/.github/workflows/lint-commits.yml@legacy
secrets: inherit

0 comments on commit 88f6351

Please sign in to comment.