Skip to content

Commit

Permalink
fix(deploy): permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 22, 2023
1 parent 2e87cc7 commit 2876b1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ on:
push:
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

name: 🏗️ Deploy

jobs:
Expand Down

0 comments on commit 2876b1d

Please sign in to comment.