Skip to content

Commit

Permalink
lint: disable MD013/line-length Line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Feb 3, 2023
1 parent 2783599 commit 13b6551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ To setup Development freeze, we need three files:
* Workflow that runs on `workflow-run` trigger, downloads artifact and runs `devel_freezer` GitHub Action
* `development-freeze` configuration

<!-- markdownlint-disable MD013 -->
> **Note**: Setup is complicated due to GitHub [permissions on `GITHUB_TOKEN`](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token). When used in workflow executed from fork it has `read-only` permissions. By using `workflow-run` trigger we are able to [safely overcome this limitation](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) and it allow us to comment on Pull Requests.
```yml
Expand Down

0 comments on commit 13b6551

Please sign in to comment.