Skip to content

Commit

Permalink
Merge pull request #179 from anchore/scoping-creds
Browse files Browse the repository at this point in the history
updating credentials to scoped permissions
  • Loading branch information
bradleyjones committed Mar 18, 2024
2 parents f47f96d + 4587f64 commit 682d4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 #v3.1.0
with:
username: ${{ secrets.TOOLBOX_DOCKER_USER }}
password: ${{ secrets.TOOLBOX_DOCKER_PASS }}
username: ${{ secrets.ANCHOREENTERPRISEWRITE_DH_USERNAME }}
password: ${{ secrets.ANCHOREINTEGRATIONSWRITE_DH_PAT }}

- name: Build & publish release artifacts
run: make release
Expand Down

0 comments on commit 682d4b1

Please sign in to comment.