Update .github/workflows/changesets.yml

Co-authored-by: Cina Saffary <itscina@gmail.com>
This commit is contained in:
Jacob M-G Evans 2023-08-09 15:17:25 -05:00 committed by GitHub
parent 1b4a61cee9
commit 6ea2e616f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,10 @@ jobs:
if: ${{ github.repository_owner == 'cloudflare' }}
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: read
steps:
- name: Checkout Repo
uses: actions/checkout@v3