Skip to content

Commit

Permalink
remove unneeded github action env
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Sep 26, 2024
1 parent d986ae7 commit 18c4c9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/shelltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@ on:
pull_request:
branches: [ main ]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-shelltest

jobs:
run:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 18c4c9a

Please sign in to comment.