Skip to content

Commit f2b0b52

Browse files
committed
Migrate to ruby-go-gem's app
1 parent d2a48ab commit f2b0b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rbs-collection-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: actions/create-github-app-token@v1
2323
id: app-token
2424
with:
25-
app-id: ${{ secrets.GH_APP_ID }}
26-
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
25+
app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}
26+
private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }}
2727

2828
- uses: peter-evans/create-pull-request@v7
2929
with:

0 commit comments

Comments
 (0)