From bf1755a5edfdaaa759fd4e16767443456b5512e5 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Tue, 19 Nov 2024 10:37:01 +0100 Subject: [PATCH] chore: use temporary release credentials --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10d4ace27..e720dc507 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,8 +127,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - # ssh-key: ${{ secrets.BOT_AUTH_KEY }} - token: ${{ secrets.GH_BOT_TOKEN }} + ssh-key: ${{ secrets.BOT_AUTH_KEY }} - name: Use Node.js 20.x uses: actions/setup-node@v3 with: @@ -143,8 +142,8 @@ jobs: - name: git config shell: bash run: | - git config user.name "nacho-bot" - git config user.email "crc-nachobot@redhat.com" + git config user.name "Hyperkid123" + git config user.email "${{ secrets.BOT_EMAIL }}" - name: Set publish config env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}