File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 name : preview
2424
2525 steps :
26- - uses : Azure/login@v2
26+ - uses : Azure/login@v3
2727 with :
2828 # excluding a client secret here will cause a login via OpenID Connect (OIDC),
2929 # which prevents us from having to rotate client credentials, etc
Original file line number Diff line number Diff line change 2727 PR_NUMBER : ${{ github.event.number || github.event.inputs.PR_NUMBER }}
2828
2929 steps :
30- - uses : Azure/login@v2
30+ - uses : Azure/login@v3
3131 with :
3232 # excluding a client secret here will cause a login via OpenID Connect (OIDC),
3333 # which prevents us from having to rotate client credentials, etc
Original file line number Diff line number Diff line change 2828 env :
2929 AZURE_ACR_PASSWORD : ${{ secrets.AZURE_ACR_PASSWORD }}
3030 run : echo $AZURE_ACR_PASSWORD | docker login primer.azurecr.io --username GitHubActions --password-stdin
31- - uses : Azure/login@v2
31+ - uses : Azure/login@v3
3232 with :
3333 # excluding a client secret here will cause a login via OpenID Connect (OIDC),
3434 # which prevents us from having to rotate client credentials, etc
8080 run : |
8181 gem install bundler -v '~> 2.3'
8282 bundle install --jobs 4 --retry 3 --gemfile demo/gemfiles/kuby.gemfile --path vendor/bundle
83- - uses : Azure/login@v2
83+ - uses : Azure/login@v3
8484 with :
8585 # excluding a client secret here will cause a login via OpenID Connect (OIDC),
8686 # which prevents us from having to rotate client credentials, etc
Original file line number Diff line number Diff line change 5858 env :
5959 AZURE_ACR_PASSWORD : ${{ secrets.AZURE_ACR_PASSWORD }}
6060 run : echo $AZURE_ACR_PASSWORD | docker login primer.azurecr.io --username GitHubActions --password-stdin
61- - uses : Azure/login@v2
61+ - uses : Azure/login@v3
6262 with :
6363 # excluding a client secret here will cause a login via OpenID Connect (OIDC),
6464 # which prevents us from having to rotate client credentials, etc
You can’t perform that action at this time.
0 commit comments