Skip to content

Commit 024f3c4

Browse files
authored
Revert "fix workflow in private repo (#154)" (#156)
1 parent 4a010ef commit 024f3c4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/actions/changelog-verification/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ runs:
66
steps:
77
- name: Checkout sources
88
uses: actions/checkout@v4
9-
with:
10-
token: ${{ secrets.CI_USER_PAT }}
11-
fetch-depth: 0
9+
1210
- name: Setup kat
1311
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
1412

.github/actions/minor-version-bump/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ runs:
55
steps:
66
- name: Checkout repository
77
uses: actions/checkout@v4
8-
with:
9-
token: ${{ secrets.CI_USER_PAT }}
10-
fetch-depth: 0
8+
119
- name: Configure Gradle
1210
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
1311

0 commit comments

Comments
 (0)