Skip to content

Commit

Permalink
[github action] change contents permission to write (gitpod-io#19674)
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot authored Apr 27, 2024
1 parent 1bc46bd commit d5000a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
contents: write # This is required for actions/checkout and create release
pull-requests: write
on:
pull_request:
Expand Down

0 comments on commit d5000a8

Please sign in to comment.