Skip to content

Commit

Permalink
changed the work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaan-Samar committed Nov 5, 2024
1 parent 85f6df2 commit 352ec9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

permissions:
contents: write # Add this permissions block
contents: write

jobs:
deploy:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false # Add this line
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 352ec9c

Please sign in to comment.