Skip to content

Commit b018a2d

Browse files
committed
tpl(ci): add GITHUB_TOKEN to avoid github rate limiting
1 parent b252f10 commit b018a2d

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

templates/academic-cv/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/data-science-blog/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/dev-portfolio/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/documentation/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/link-in-bio/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/markdown-slides/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/resume/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

templates/startup-landing-page/.github/workflows/upgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Upgrade
2525
if: github.repository_owner != 'HugoBlox'
2626
runs-on: ubuntu-latest
27+
env:
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
steps:
2830
- name: Checkout
2931
uses: actions/checkout@v4

0 commit comments

Comments
 (0)