From ea44de30010683e3b5ba23f3f1e4bc3952ad9b2a Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Tue, 5 Nov 2024 09:43:17 +0000 Subject: [PATCH] uses GITHUB_TOKEN as secret into release workflow to download source code --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 773eef5..f24ac81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: with: composer-options: ${{ inputs.composer-options }} env: # https://github.com/ramsey/composer-install?tab=readme-ov-file#fork-and-private-repositories - COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.COMPOSER_AUTH }}"}}' + COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' - # https://github.com/llaville/box-manifest name: Download BOX Manifest Artifact