We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0839ca5 commit a84cf70Copy full SHA for a84cf70
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
issues: write # to be able to comment on released issues
17
pull-requests: write # to be able to comment on released pull requests
18
id-token: write # to enable use of OIDC for npm provenance
19
+ env:
20
+ DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
21
+ DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v3
0 commit comments