From 4aa64f9f0aa5e3ac5c783544b624596398713815 Mon Sep 17 00:00:00 2001 From: Gagik Date: Fri, 5 Jan 2024 17:57:13 +0100 Subject: [PATCH] ci: Update build.yaml with new token --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e2d3e71..625a8b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,4 @@ name: Build on push -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} on: [push] jobs: @@ -10,6 +8,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + token: ${{ secrets.PAT }} - name: Setup Node.js uses: actions/setup-node@v2