We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c70925 commit cedd629Copy full SHA for cedd629
.github/workflows/release.yml
@@ -12,8 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
14
permissions:
15
- contents: write # Required to create releases
+ contents: write # Required to create releases and push tags
16
id-token: write # Required for OIDC if using
17
+ pull-requests: read # May be needed for some operations
18
19
steps:
20
- name: Checkout code
@@ -157,6 +158,5 @@ jobs:
157
158
**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ github.event.before }}...${{ github.ref }}
159
draft: false
160
prerelease: false
- env:
161
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
162
0 commit comments