Skip to content

Commit f743fb5

Browse files
Merge pull request #53 from PurdueRCAC/Guangzhen-Jin-patch-1
Update GitHub App credentials for org
2 parents dfc8840 + 06835b5 commit f743fb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rebuild_on_module_tools_change.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
id: app-token
3030
uses: tibdex/github-app-token@v2
3131
with:
32-
app_id: ${{ secrets.RCAC_DOCS_BOT_APP_ID }}
33-
private_key: ${{ secrets.RCAC_DOCS_BOT_PRIVATE_KEY }}
32+
app_id: ${{ secrets.PURDUERCAC_DOCS_BOT_APP_ID }}
33+
private_key: ${{ secrets.PURDUERCAC_DOCS_BOT_PRIVATE_KEY }}
3434

3535
- name: Configure git identity
3636
run: |
37-
git config user.name "rcac-docs-bot"
38-
git config user.email "rcac[email protected]"
37+
git config user.name "purduercac-docs-bot"
38+
git config user.email "purduercac[email protected]"
3939
4040
- name: Run make
4141
run: make

0 commit comments

Comments
 (0)