Skip to content

Commit

Permalink
fix: Set correct permissions for gh pages and releases
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Jan 27, 2023
1 parent 79d9f01 commit 8aabdfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
tags:
- "v*.*.*"
-
permissions:
contents: read|write
pages: write

jobs:
setup-envs:
Expand Down

0 comments on commit 8aabdfd

Please sign in to comment.