Skip to content

Commit

Permalink
fix(core): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
themakunga committed Dec 14, 2023
1 parent 5bdd13c commit 1f9a487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

permissions:
contents: read
pull-request: write
pull-requests: write
package: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

permissions:
contents: write
pull-request: write
pull-requests: write

jobs:
create pull request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

permissions:
contents: write
pull-requerts: write
pull-requests: write
packages: write

jobs:
Expand Down

0 comments on commit 1f9a487

Please sign in to comment.