Skip to content

Commit

Permalink
chore: update permissions in CI (#1152)
Browse files Browse the repository at this point in the history
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

Fix [this
error](https://github.com/toss/suspensive/actions/runs/10123937476/job/27997896523?pr=1151).

I referred to this
[stackoverflow](https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac/76994510#76994510).

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
kangju2000 authored Jul 27, 2024
1 parent a5b0255 commit ede673c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
quality:
name: Check quality
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
strategy:
matrix:
command:
Expand Down

0 comments on commit ede673c

Please sign in to comment.