Skip to content

Commit

Permalink
fix(GIST-13): added secrets for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtcircuits committed Jul 30, 2024
1 parent 0839ca5 commit a84cf70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
env:
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a84cf70

Please sign in to comment.