From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 74F933858C41; Tue, 27 Feb 2024 19:37:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74F933858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709062645; bh=TiegpkgV+yjVwNc6M5ljS7+sD3hhbGVw4hzLbZCaazM=; h=From:To:Subject:Date:From; b=wxHfcCQt8Vwo8DvQFTG3oJVF14dmXCf5fdlH5MB7B07ZiVsK7rRbb7IjLV73qw9vf PW4NneAFyTbpN279jn3uHR63hVHrKJwbD+c41kivsdfgZJTDYlWliocSnAbFVgnSJl jWc0vvYZKx1gN+6gG2Sa8QoRRaACqUwcjqM7yw7s= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/main)] Switch from secrets.GITHUB_TOKEN to secrets.VICTORPAT when calling test-composite action X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: c6abe5df44b6903d05da465f0319aaf432f683c2 X-Git-Newrev: 8e4796dcdde9cd0508306868ab79a6bf054ed5f3 Message-Id: <20240227193725.74F933858C41@sourceware.org> Date: Tue, 27 Feb 2024 19:37:25 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8e4796dcdde9cd0508306868ab79a6bf054ed5f3 commit 8e4796dcdde9cd0508306868ab79a6bf054ed5f3 Author: Eugene Rozenfeld 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