mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Update .github/workflows/changesets.yml
Co-authored-by: Cina Saffary <itscina@gmail.com>
This commit is contained in:
parent
1b4a61cee9
commit
6ea2e616f2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/changesets.yml
vendored
4
.github/workflows/changesets.yml
vendored
|
@ -12,6 +12,10 @@ jobs:
|
||||||
if: ${{ github.repository_owner == 'cloudflare' }}
|
if: ${{ github.repository_owner == 'cloudflare' }}
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
issues: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue