Skip to content

Commit 4507110

Browse files
Merge branch 'mailchimp:main' into main
2 parents 8917553 + 30b9b4f commit 4507110

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/create-release-transactional.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
git commit -m "Update mailchimp-transactional-node to v${{ env.SPEC_VERSION }}"
453453
git push origin master --force
454454
env:
455-
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
455+
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
456456
SPEC_VERSION: ${{ needs.validate.outputs.version }}
457457

458458
- name: Publish → npm → transactional-node
@@ -499,7 +499,7 @@ jobs:
499499
git tag -a v${{ env.SPEC_VERSION }} -m "Update v${{ env.SPEC_VERSION }}"
500500
git push origin master --follow-tags --force
501501
env:
502-
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
502+
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
503503
SPEC_VERSION: ${{ needs.validate.outputs.version }}
504504

505505
publish-ruby:
@@ -551,7 +551,7 @@ jobs:
551551
git commit -m "Update mailchimp-transactional-ruby to v${{ env.SPEC_VERSION }}"
552552
git push origin master --force
553553
env:
554-
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
554+
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
555555
SPEC_VERSION: ${{ needs.validate.outputs.version }}
556556

557557
- name: Publish → RubyGems → transactional-ruby
@@ -572,10 +572,10 @@ jobs:
572572
path: .cache
573573
key: cache-dir
574574

575-
- name: Install Python 3.7
575+
- name: Install Python 3.9
576576
uses: actions/setup-python@v1
577577
with:
578-
python-version: 3.7
578+
python-version: 3.9
579579

580580
- uses: actions/[email protected]
581581
with:
@@ -606,7 +606,7 @@ jobs:
606606
git commit -m "Update mailchimp-transactional-python to v${{ env.SPEC_VERSION }}"
607607
git push origin master --force
608608
env:
609-
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
609+
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
610610
SPEC_VERSION: ${{ needs.validate.outputs.version }}
611611

612612
- name: Publish → PyPI → transactional-python (test)

0 commit comments

Comments
 (0)