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 calling GccWorkflow.Init
@ 2024-02-24  2:43 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2024-02-24  2:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c6abe5df44b6903d05da465f0319aaf432f683c2

commit c6abe5df44b6903d05da465f0319aaf432f683c2
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Fri Feb 23 18:41:30 2024 -0800

    Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling GccWorkflow.Init

Diff:
---
 .github/workflows/test-gcc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-gcc.yaml b/.github/workflows/test-gcc.yaml
index 82f4e815402c..8f3516ead478 100644
--- a/.github/workflows/test-gcc.yaml
+++ b/.github/workflows/test-gcc.yaml
@@ -85,7 +85,7 @@ jobs:
         shell: bash
         env:
           GITHUB_CONTEXT: ${{ toJson(github) }}
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.VICTORPAT }}
 
       # This should be the last step on this machine since it will clear out fields in the config json
       - name: Print No Secret Json

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

only message in thread, other threads:[~2024-02-24  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-24  2:43 [gcc(refs/vendors/microsoft/heads/main)] Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling GccWorkflow.Init 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).