Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Mar 15, 2024
1 parent db29c8b commit 47092d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/refresh-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.METRICMINER_GITHUB_PAT }}

- name: Load environment from YAML
uses: doughepi/[email protected]
Expand Down Expand Up @@ -116,6 +118,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.METRICMINER_GITHUB_PAT }}
fetch-depth: 0

- name: Refresh citations
Expand Down

0 comments on commit 47092d9

Please sign in to comment.