Skip to content

Commit a8b02d2

Browse files
committed
Update links in translations with GH Action
1 parent b5c7e53 commit a8b02d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-to-website.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
path: ./InnerSourceLearningPath
25+
ssh-key: ${{ secrets.LEARNING_PATH_DEPLOY_KEY }}
2526
- name: Update Learning Path links in translations
2627
working-directory: InnerSourceLearningPath/scripts
2728
run: |
2829
npm ci
2930
node update_links_in_translations.js
31+
git config --local user.name "github-actions[bot]"
32+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
33+
git commit -am "Update Links in Translations"
34+
git push
3035
- name: Checkout innersourcecommons.org
3136
uses: actions/checkout@v2
3237
with:

0 commit comments

Comments
 (0)