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

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2020-11-30 23:25:43 +0300
committerGitHub <noreply@github.com>2020-11-30 23:25:43 +0300
commit4e85e0ca904d154b1ee30b213e8d7bfb8afaa25d (patch)
treec9d8bf5ef72f75e6caa0ff40654ae55965884b46 /.github
parentfdff677a955730b3e85b870ff1b30d7f8ea5719c (diff)
github actions: Use correct credentials for pushing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main-branch-sync.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main-branch-sync.yml b/.github/workflows/main-branch-sync.yml
index c8cd4773858b..2825a5fa9915 100644
--- a/.github/workflows/main-branch-sync.yml
+++ b/.github/workflows/main-branch-sync.yml
@@ -12,6 +12,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
with:
+ # persist-credentials: false allows us to use our own credentials for
+ # pushing to the repository. Otherwise, the default github actions token
+ # is used.
+ persist-credentials: false
fetch-depth: 0
- name: Update branch