Skip to content

Commit

Permalink
don't login to ghcr for jobs that don't publish
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Jul 17, 2024
1 parent d2aff0e commit cf58f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
- testname: "tests/ffi"

steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
- "examples/tokens/ERC721"

steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cf58f51

Please sign in to comment.