File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
if : github.actor != 'dependabot[bot]'
56
56
environment : ${{ inputs.environment }}
57
57
permissions :
58
- contents : read # Required to checkout the repository
58
+ contents : read # Required to checkout the repository
59
59
id-token : write # Required to login to Azure using OIDC
60
60
61
61
steps :
Original file line number Diff line number Diff line change 64
64
url : ${{ steps.deploy.outputs.webapp-url }}
65
65
66
66
permissions :
67
- contents : read # Required to checkout the repository
67
+ contents : read # Required to checkout the repository
68
68
id-token : write # Required to login to Azure using OIDC
69
69
70
70
steps :
Original file line number Diff line number Diff line change 59
59
if : github.actor != 'dependabot[bot]'
60
60
environment : ${{ inputs.environment }}
61
61
permissions :
62
- contents : read # Required to checkout the repository
62
+ contents : read # Required to checkout the repository
63
63
id-token : write # Required to login to Azure using OIDC
64
64
65
65
env :
Original file line number Diff line number Diff line change 20
20
cancel-in-progress : false
21
21
22
22
permissions :
23
- pages : write # Required to deploy to GitHub Pages
23
+ pages : write # Required to deploy to GitHub Pages
24
24
id-token : write # Required to verify that GitHub Pages deployment originates from appropriate source
25
25
26
26
environment :
Original file line number Diff line number Diff line change 12
12
name : Release Please
13
13
runs-on : ubuntu-latest
14
14
permissions :
15
- contents : write # Required to update changelog file
15
+ contents : write # Required to update changelog file
16
16
pull-requests : write # Required to create release PRs
17
17
steps :
18
18
- uses : googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f
You can’t perform that action at this time.
0 commit comments