From 6bdc4d47598fb35ee028dbc3c5b91b26998ae05e Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:36:25 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e35f096..caebdea 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -52,7 +52,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: 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 with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} @@ -62,7 +62,7 @@ jobs: - name: Upload Artifact as Release Asset uses: actions/upload-release-asset@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: 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 with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: extracted-jar/*.jar