fix(ci): deployment comments
This commit is contained in:
4
.github/workflows/deploy-preview.yml
vendored
4
.github/workflows/deploy-preview.yml
vendored
@@ -14,6 +14,10 @@ jobs:
|
||||
name: Deploy preview
|
||||
if: ${{ github.repository == 'dot013/.www-new' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
deployments: write
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
|
||||
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -10,6 +10,10 @@ jobs:
|
||||
name: Deploy
|
||||
if: ${{ github.repository == 'dot013/.www-new' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
deployments: write
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
|
||||
Reference in New Issue
Block a user