Skip to content

Commit b6f15e0

Browse files
committed
ma va?
1 parent dd4d86e commit b6f15e0

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/on-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616
jobs:
1717
update-citations:
1818
uses: ./.github/workflows/update-citations.yaml
19+
secrets: inherit
1920

2021
build-preview:
2122
needs: update-citations

.github/workflows/on-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# skip first run because nothing enabled or setup yet
1919
if: github.run_number != 1
2020
uses: ./.github/workflows/update-citations.yaml
21+
secrets: inherit
2122

2223
build-site:
2324
needs: update-citations

.github/workflows/on-schedule.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
# only run on user instance of template, not template itself
1919
if: github.repository != 'greenelab/lab-website-template'
2020
uses: ./.github/workflows/update-citations.yaml
21+
secrets: inherit
2122
with:
2223
open-pr: true

0 commit comments

Comments
 (0)