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 test-composite action
@ 2024-02-26 20:06 Eugene Rozenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Eugene Rozenfeld @ 2024-02-26 20:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:82121b3221715c3d0bb0892c60459166738983a9

commit 82121b3221715c3d0bb0892c60459166738983a9
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Mon Feb 26 12:00:17 2024 -0800

    Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling test-composite action

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

diff --git a/.github/workflows/update-main.yaml b/.github/workflows/update-main.yaml
index e7b5b6754627..caa589715f8d 100644
--- a/.github/workflows/update-main.yaml
+++ b/.github/workflows/update-main.yaml
@@ -189,7 +189,7 @@ jobs:
         with: 
           configjson: ${{needs.gcc-master-build.outputs.config}}
           testSet: ${{ matrix.testSet }}
-          githubtoken: ${{ secrets.GITHUB_TOKEN }}
+          githubtoken: ${{ secrets.VICTORPAT }}
           buildDownloaded: True 
       
       - name: Move objdir to be in repo so logs inside can be uploaded

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/vendors/microsoft/heads/main)] Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling test-composite action
@ 2024-02-27 19:37 Eugene Rozenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Eugene Rozenfeld @ 2024-02-27 19:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8e4796dcdde9cd0508306868ab79a6bf054ed5f3

commit 8e4796dcdde9cd0508306868ab79a6bf054ed5f3
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Mon Feb 26 12:00:17 2024 -0800

    Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling test-composite action

Diff:
---
 .github/workflows/test-gcc.yaml    | 2 +-
 .github/workflows/update-main.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test-gcc.yaml b/.github/workflows/test-gcc.yaml
index 8f3516ead47..625a4b497f3 100644
--- a/.github/workflows/test-gcc.yaml
+++ b/.github/workflows/test-gcc.yaml
@@ -138,7 +138,7 @@ jobs:
         with: 
           configjson: ${{needs.init.outputs.config}}
           testSet: ${{ matrix.testSet }}
-          githubtoken: ${{ secrets.GITHUB_TOKEN }}
+          githubtoken: ${{ secrets.VICTORPAT }}
           buildDownloaded: False
 
       - name: Move objdir to be in repo so logs inside can be uploaded 
diff --git a/.github/workflows/update-main.yaml b/.github/workflows/update-main.yaml
index e7b5b675462..caa589715f8 100644
--- a/.github/workflows/update-main.yaml
+++ b/.github/workflows/update-main.yaml
@@ -189,7 +189,7 @@ jobs:
         with: 
           configjson: ${{needs.gcc-master-build.outputs.config}}
           testSet: ${{ matrix.testSet }}
-          githubtoken: ${{ secrets.GITHUB_TOKEN }}
+          githubtoken: ${{ secrets.VICTORPAT }}
           buildDownloaded: True 
       
       - name: Move objdir to be in repo so logs inside can be uploaded

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-27 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 20:06 [gcc(refs/vendors/microsoft/heads/main)] Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling test-composite action Eugene Rozenfeld
2024-02-27 19:37 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).