Skip to content

Commit 57a51dc

Browse files
authored
fix: release token (#22)
Signed-off-by: Allain Magyar <[email protected]>
1 parent a62a6a3 commit 57a51dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
with:
18+
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
1719

1820
- name: Setup Gradle
1921
uses: gradle/gradle-build-action@v3

0 commit comments

Comments
 (0)