From 1b125307876f1e9730758bc10d08ae0348894d94 Mon Sep 17 00:00:00 2001 From: Sean Trane Date: Mon, 10 Apr 2023 17:48:13 -0400 Subject: [PATCH] ci: fix release auth --- .github/workflows/delivery.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index c287b51..04b2bc6 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} fetch-depth: 0 # https://github.com/marketplace/actions/semantic-release-action#usage @@ -35,7 +35,7 @@ jobs: uses: docker://ghcr.io/codfish/semantic-release-action:v2 id: semantic env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAT }} with: tag_format: 'v${version}' additional_packages: |