We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c88c4f commit 9d287d3Copy full SHA for 9d287d3
1 file changed
.github/workflows/pr.yml
@@ -4,14 +4,11 @@ on:
4
branches:
5
- main
6
7
-permissions:
8
- contents: read
9
- id-token: write
10
- pull-requests: write
11
-
12
jobs:
13
dependencies:
14
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yml@v1
15
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
+ permissions:
+ contents: write # allows modifying changeset files
16
secrets:
17
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments