follow-ups
This commit is contained in:
parent
7f68faf397
commit
256a15de36
7
.github/workflows/publish_canary.yml
vendored
7
.github/workflows/publish_canary.yml
vendored
|
|
@ -19,8 +19,15 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
environment: Release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Azure Login
|
||||
uses: azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_PW_CDN_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_PW_CDN_TENANT_ID }}
|
||||
subscription-id: ${{ secrets.AZURE_PW_CDN_SUBSCRIPTION_ID }}
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
|
|
|
|||
1
.github/workflows/publish_release_driver.yml
vendored
1
.github/workflows/publish_release_driver.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
id-token: write # This is required for OIDC login (azure/login) to succeed
|
||||
contents: read # This is required for actions/checkout to succeed
|
||||
if: github.repository == 'microsoft/playwright'
|
||||
environment: Release
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Azure Login
|
||||
|
|
|
|||
Loading…
Reference in a new issue