Skip to content

Commit 0a28649

Browse files
committed
fix: remove GHCR login for fork-friendly workflow
All midnight-ntwrk images are public alphas, no auth needed.
1 parent 71506d3 commit 0a28649

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/scan.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
permissions:
5252
actions: read
5353
contents: read
54-
packages: read
5554
security-events: write
5655
statuses: write
5756
steps:
@@ -60,9 +59,6 @@ jobs:
6059
with:
6160
fetch-depth: 0
6261

63-
- name: Login to GitHub Container Registry
64-
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
65-
6662
- name: Scan images
6763
env:
6864
CFG_PRESET: ${{ matrix.cfg_preset }}

0 commit comments

Comments
 (0)