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.
2 parents d2a48ab + f2b0b52 commit 3c81b12Copy full SHA for 3c81b12
.github/workflows/rbs-collection-updater.yml
@@ -22,8 +22,8 @@ jobs:
22
- uses: actions/create-github-app-token@v1
23
id: app-token
24
with:
25
- app-id: ${{ secrets.GH_APP_ID }}
26
- private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}
+ private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }}
27
28
- uses: peter-evans/create-pull-request@v7
29
0 commit comments