Skip to content

Commit 37c4092

Browse files
committed
[CI] Update egress policy in CI workflow and adjust permissions in release drafter
Signed-off-by: Moshe Vayner <moshe@vayner.me>
1 parent 0f6ce44 commit 37c4092

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
allowed-endpoints: >
3030
api.github.com:443
3131
github.com:443
32+
*.microsoft.com:443
33+
44.230.93.154:443
34+
52.89.44.252:443
35+
cdn.fwupd.org:443
3236
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3337
with:
3438
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)