From 7e310c95c1779c34830f3268a7e4f5e27defd038 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:24:26 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 55e1103..e6c5328 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: run: git tag $(date +'%Y%m%d%H%M%S') -a -m "Generierter Tag von GitHub Actions" - name: Sende Tags - run: git push --tags --quiet -u ${{ secrets.YOUR_CUSTOM_TOKEN }} + run: git push --tags --quiet -u ${{ secrets.GITHUB_TOKEN }} - name: Baue mit Maven run: mvn clean install