Skip to content

Commit

Permalink
fix workflow: add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Apr 13, 2024
1 parent 4f0cc7d commit 6add999
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
# monthly run
- cron: '0 0 1 * *'

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

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6add999

Please sign in to comment.