Skip to content

Commit 01cb29d

Browse files
authored
add required PAT for auto release gh workflow (#1)
1 parent bd322fd commit 01cb29d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
steps:
1616
- uses: googleapis/release-please-action@v4
1717
with:
18-
release-type: simple
18+
token: ${{ secrets.AUTIO_RELEASE_TOKEN }}
19+
release-type: simple

0 commit comments

Comments
 (0)