Skip to content

Commit 869d9b2

Browse files
committed
Butto via tutto
1 parent 145d480 commit 869d9b2

4 files changed

Lines changed: 0 additions & 16 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ permissions:
1616
jobs:
1717
update-citations:
1818
uses: ./.github/workflows/update-citations.yaml
19-
secrets:
20-
GOOGLE_SCHOLAR_API_KEY: ${{ secrets.GOOGLE_SCHOLAR_API_KEY }}
2119

2220
build-preview:
2321
needs: update-citations

.github/workflows/on-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ 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
2221

2322
build-site:
2423
needs: update-citations

.github/workflows/on-schedule.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ 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
2221
with:
2322
open-pr: true

.github/workflows/update-citations.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ jobs:
3131
timeout-minutes: 15
3232

3333
steps:
34-
- name: Check GOOGLE_SCHOLAR_API_KEY presence
35-
run: |
36-
echo "========================================";
37-
echo "Checking GOOGLE_SCHOLAR_API_KEY...";
38-
if [ -z "${GOOGLE_SCHOLAR_API_KEY}" ]; then
39-
echo "❌ GOOGLE_SCHOLAR_API_KEY is EMPTY or not set";
40-
else
41-
echo "✅ GOOGLE_SCHOLAR_API_KEY appears to be set (length > 0)";
42-
echo "First 4 chars: ${GOOGLE_SCHOLAR_API_KEY:0:4}********";
43-
fi
44-
echo "========================================";
45-
4634
- name: Debug dump
4735
if: runner.debug == '1'
4836
uses: crazy-max/ghaction-dump-context@v2

0 commit comments

Comments
 (0)