We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96fac1 commit d0237a9Copy full SHA for d0237a9
.github/actions/changelog-verification/action.yml
@@ -6,7 +6,9 @@ runs:
6
steps:
7
- name: Checkout sources
8
uses: actions/checkout@v4
9
-
+ with:
10
+ token: ${{ secrets.CI_USER_PAT }}
11
+ fetch-depth: 0
12
- name: Setup kat
13
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
14
.github/actions/minor-version-bump/action.yml
@@ -5,7 +5,9 @@ runs:
5
- name: Checkout repository
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
0 commit comments