From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 86E513858425; Sat, 24 Feb 2024 02:43:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86E513858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708742597; bh=vfwtjNK5cC/+nUtQBPmo1lpPuwR7zl0ABgccvd1JLFA=; h=From:To:Subject:Date:From; b=APV25XCdBGqDw3tz8EQFQDAei6hDtmaKiaj1L7+tQNqam+tfbwBVGpF42lg8WnYf3 ttlsxBh4gA2PbL2fISrGTa2v5OWDDpp+TE0I0rl38b2NSVUiRC908PE3vKRuP72Wuh Cn/wfanLSAfgVquiw2RZMGAJh6m4c294g0nr05PQ= 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 GccWorkflow.Init X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: 3fa32e63115aad99e3e149737727b0bf13dceb0a X-Git-Newrev: c6abe5df44b6903d05da465f0319aaf432f683c2 Message-Id: <20240224024317.86E513858425@sourceware.org> Date: Sat, 24 Feb 2024 02:43:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c6abe5df44b6903d05da465f0319aaf432f683c2 commit c6abe5df44b6903d05da465f0319aaf432f683c2 Author: Eugene Rozenfeld 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