public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/microsoft/heads/main)] Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when waiting for build and test
@ 2024-02-22 20:26 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2024-02-22 20:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3fa32e63115aad99e3e149737727b0bf13dceb0a

commit 3fa32e63115aad99e3e149737727b0bf13dceb0a
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Thu Feb 22 12:25:06 2024 -0800

    Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when waiting for build and test

Diff:
---
 .github/workflows/update-main.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/update-main.yaml b/.github/workflows/update-main.yaml
index 8fd9d91f85e9..e7b5b6754627 100644
--- a/.github/workflows/update-main.yaml
+++ b/.github/workflows/update-main.yaml
@@ -356,7 +356,7 @@ jobs:
         shell: bash
         env:
           mergeBranch: ${{ needs.parse-failures.outputs.newBranchName }}
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.VICTORPAT }}
 
   wait-test:
     name: Waiting on tests with gcc/master merged into vendor/microsoft/main
@@ -394,7 +394,7 @@ jobs:
         shell: bash
         env:
           mergeBranch: ${{ needs.parse-failures.outputs.newBranchName }}
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.VICTORPAT }}
       
       # The text below is marked with a warning header so that it's colored yellow in the logs and will stand out
       # I couldn't find any documentation on setting text color in printf statements in a GitHub Yaml file so we're using this for now

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-22 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 20:26 [gcc(refs/vendors/microsoft/heads/main)] Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when waiting for build and test Eugene Rozenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).