Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
resulraveendran authored Sep 23, 2024
1 parent f4dda41 commit 3a2b154
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
# Also allows for manual deployment
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
build:
# Run the job on the latest Ubuntu environment
Expand Down

0 comments on commit 3a2b154

Please sign in to comment.