Skip to content

Commit 6d7bbf3

Browse files
committed
Update devcontainer-smoketest.yaml
Since we build this from scratch, there should be no need to login to GHCR.
1 parent eb6b4df commit 6d7bbf3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/devcontainer-smoketest.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,12 @@ jobs:
3333
runs-on: ubuntu-latest
3434
permissions:
3535
contents: read
36-
packages: read
3736

3837
steps:
3938
- uses: actions/checkout@v4
4039
with:
4140
submodules: true
4241

43-
- name: Log into GHCR
44-
uses: docker/login-action@v2
45-
with:
46-
registry: ghcr.io
47-
username: ${{ github.actor }}
48-
password: ${{ secrets.GITHUB_TOKEN }}
49-
5042
- name: Free Disk Space (Ubuntu)
5143
uses: jlumbroso/free-disk-space@main
5244
with:

0 commit comments

Comments
 (0)