Skip to content

Commit

Permalink
can't ref protected environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestelfer committed Sep 19, 2024
1 parent dc0c773 commit 4710a36
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/signing-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ permissions:

jobs:
goreleaser:
# deploy with the correct environment to allow DockerHub access
environment: "Publish"

runs-on: ubuntu-latest
steps:

Expand All @@ -35,13 +32,6 @@ jobs:
with:
cosign-release: 'v2.4.0'

# we're not releasing to Dockerhub on this branch
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USER }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Release
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 4710a36

Please sign in to comment.