Skip to content

Commit 3d5fc4a

Browse files
committed
This will fail, but I hope its failure will help me
1 parent 909a0b2 commit 3d5fc4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on_workflow_dispatch_perform_maven_release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ jobs:
7676
- name: Build with Maven
7777
run: mvn --no-transfer-progress -B release:prepare release:perform -Prelease --file pom.xml
7878
env:
79-
# Secret is changed to have the permission to update the workflow file
80-
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_GITHUB }}
79+
GITHUB_TOKEN: ${{ github.token }}
8180
- name: Get created tag name (for GitHuub release creation)
8281
id: tag
8382
run: echo "CREATED_GIT_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)