Skip to content

Commit 6e86146

Browse files
committed
chore: updated ci config
1 parent fe68db9 commit 6e86146

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/deploy-frontend.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ jobs:
99
deploy:
1010
name: Deploy to Vercel
1111
runs-on: ubuntu-latest
12+
13+
permissions:
14+
contents: read
15+
deployments: write
16+
pull-requests: write
17+
statuses: write
18+
1219
steps:
1320
- name: Checkout Repo
1421
uses: actions/checkout@v4
@@ -21,4 +28,4 @@ jobs:
2128
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
2229
vercel-args: '--prod'
2330
github-token: ${{ secrets.GITHUB_TOKEN }}
24-
github-deployment-outcall: true
31+
github-deployment: true

0 commit comments

Comments
 (0)