Skip to content

Commit 1724d1c

Browse files
committed
[CI] Adjust permissions in release drafter
Signed-off-by: Moshe Vayner <moshe@vayner.me>
1 parent 0f6ce44 commit 1724d1c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
allowed-endpoints: >
3030
api.github.com:443
3131
github.com:443
32+
*.microsoft.com:443
3233
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3334
with:
3435
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
update_release_draft:
1414
permissions:
15+
contents: write
1516
pull-requests: write
1617
runs-on: ubuntu-latest
1718
steps:

0 commit comments

Comments
 (0)