Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2022-05-09 17:21:29 +0300
committerGitHub <noreply@github.com>2022-05-09 17:21:29 +0300
commit1723373d754ee2a24a66bd967431001ca31c81f5 (patch)
tree8b83bc618b72e65bf8581a2d7164dd80f706a85e /.github
parent5195418426468d13b042ae079c65aa05595295b4 (diff)
Specify action permissions in cleanup task (#69014)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 9ddb5134a76..3f7a3dda71a 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -15,6 +15,8 @@ jobs:
cleanup_old_runs:
if: github.event.schedule == '0 13 * * *'
runs-on: ubuntu-20.04
+ permissions:
+ actions: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: