Skip to content

Commit

Permalink
update environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DyfanJones committed May 3, 2024
1 parent 081b3c6 commit b96afc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
if: ${{ needs.setup.outputs.containers != '[]' }}
runs-on: ubuntu-latest
name: ${{ matrix.config.label }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand All @@ -58,8 +60,6 @@ jobs:
job-config: ${{ matrix.config.job-config }}

- name: Update Vendor Dependencies
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: make get-pkg

- uses: r-hub/actions/setup-deps@v1
Expand All @@ -76,6 +76,8 @@ jobs:
if: ${{ needs.setup.outputs.platforms != '[]' }}
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.label }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
Expand All @@ -93,8 +95,6 @@ jobs:
job-config: ${{ matrix.config.job-config }}

- name: Update Vendor Dependencies
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: make get-pkg

- uses: r-hub/actions/setup-deps@v1
Expand Down

0 comments on commit b96afc8

Please sign in to comment.