Skip to content

Commit 9d287d3

Browse files
committed
Test permission to add commit
1 parent 8c88c4f commit 9d287d3

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on:
44
branches:
55
- main
66

7-
permissions:
8-
contents: read
9-
id-token: write
10-
pull-requests: write
11-
127
jobs:
138
dependencies:
149
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yml@v1
1510
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
11+
permissions:
12+
contents: write # allows modifying changeset files
1613
secrets:
1714
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)