Skip to content

Commit c2f454a

Browse files
authored
Merge pull request #19 from OnedocLabs/ffo-37-cant-push-to-protected-branches
Adds bot release workflow
2 parents 36dd40d + a94fa90 commit c2f454a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18+
- uses: actions/create-github-app-token@v1
19+
id: app-token
20+
with:
21+
app-id: ${{ secrets.APP_ID }}
22+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
23+
1824
- uses: actions/checkout@v4
25+
with:
26+
token: ${{ steps.app-token.outputs.token }}
27+
1928
- uses: actions/setup-node@v4
2029
with:
2130
node-version: 18

0 commit comments

Comments
 (0)