Skip to content

Commit

Permalink
fix: address security concerns (#4681)
Browse files Browse the repository at this point in the history
* fix: address scope of GITHUB_TOKEN in release

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pdabelf5 and pre-commit-ci[bot] authored Nov 29, 2023
1 parent b2b62ff commit 39f9fa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ defaults:
run:
shell: bash

permissions:
contents: read

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-22.04
steps:
- name: Branch
Expand Down

0 comments on commit 39f9fa3

Please sign in to comment.