Skip to content

Commit 18c4c9a

Browse files
committed
remove unneeded github action env
1 parent d986ae7 commit 18c4c9a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/shelltests.yml

-8
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@ on:
66
pull_request:
77
branches: [ main ]
88

9-
env:
10-
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository }}-shelltest
12-
139
jobs:
1410
run:
1511
strategy:
1612
matrix:
1713
os: ["ubuntu-latest", "macos-latest"]
1814
runs-on: ${{ matrix.os }}
19-
permissions:
20-
contents: read
21-
packages: write
22-
id-token: write
2315
steps:
2416
- name: Checkout
2517
uses: actions/checkout@v4

0 commit comments

Comments
 (0)