Skip to content

Commit

Permalink
fix: add missing step to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnesmit committed Apr 2, 2024
1 parent 6b2a01c commit 25c93c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Main

on: [push]

permissions:
contents: write
pages: write
id-token: write
pull-requests: write
issues: write

jobs:
run-ci:
env:
Expand Down

0 comments on commit 25c93c9

Please sign in to comment.