Skip to content

Commit 2f83d0e

Browse files
committed
Update tag workflow to use custom token and remove extra blank line from self-monitor build script
1 parent f64a25f commit 2f83d0e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22+
with:
23+
token: ${{ secrets.TAGS_TOKEN }}
24+
persist-credentials: true
2225

2326
- name: Set up JDK 21
2427
uses: actions/setup-java@v4

self-monitor/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ scmVersion {
8080
prefix = ""
8181
}
8282

83-
8483
nextVersion {
8584
suffix = "SNAPSHOT"
8685
separator = "-"

0 commit comments

Comments
 (0)