Vettal

Results 1 issues of Vettal

Hi,I use the following config to login ACR: ```yaml - name: Login to ACR with the AccessKey pair uses: aliyun/acr-login@v1 with: region-id: "cn-hangzhou" access-key-id: "${{ secrets.ACK_ACCESS_KEY_ID }}" access-key-secret: "${{ secrets.ACK_ACCESS_KEY_SECRET...