Skip to content

Commit fd4c3af

Browse files
cd: add explicit perms for RP, disable cd on main, add ESRP owners (#1258) [skip ci]
* cd: update ESRP release task owners * cd: only run automatically on tagged builds * cd: add explicit permissions
1 parent a829a42 commit fd4c3af

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ trigger:
99
tags:
1010
include:
1111
- "v*"
12-
branches:
13-
include:
14-
- main
1512

1613
parameters:
1714
- name: previewBranch
@@ -232,7 +229,7 @@ extends:
232229
contentsource: "Folder"
233230
folderlocation: "$(Pipeline.Workspace)"
234231
waitforreleasecompletion: true
235-
owners: vibiret@microsoft.com
232+
owners: mmainer@microsoft.com,gavinbarron@microsoft.com
236233
approvers: mmainer@microsoft.com
237234
serviceendpointurl: "https://api.esrp.microsoft.com"
238235
mainpublisher: "ESRPRELPACMAN"

.github/workflows/release-please-gha.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
# variables and secrets, and then runs the release-please-action to manage versioning and changelogs.
1010

1111
name: Release Please
12-
12+
permissions:
13+
contents: read
14+
pull-requests: write
1315
on:
1416
push:
1517
branches:

0 commit comments

Comments
 (0)