Skip to content

Commit

Permalink
upgrade checkout action & use default token
Browse files Browse the repository at this point in the history
  • Loading branch information
mtar committed Nov 20, 2023
1 parent 754fe1d commit 65ac44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytorch-latest-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository }} == 'hemlholtz-analytics/heat'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GHACTIONS }}
ref: '${{ env.base_branch }}'
- name: Fetch PyTorch release version
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pytorch-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository }} == 'hemlholtz-analytics/heat'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GHACTIONS }}
ref: '${{ env.base_branch }}'
- name: Fetch PyTorch release version
run: |
Expand Down

0 comments on commit 65ac44c

Please sign in to comment.