diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98d0878..5927c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ on: jobs: build: + env: + GH_TOKEN: ${{ github.token }} runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f8bc9c3..5b31b10 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ concurrency: jobs: build: + env: + GH_TOKEN: ${{ github.token }} runs-on: ubuntu-latest steps: - name: Checkout