Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/create-release-transactional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
git commit -m "Update mailchimp-transactional-node to v${{ env.SPEC_VERSION }}"
git push origin master --force
env:
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
SPEC_VERSION: ${{ needs.validate.outputs.version }}

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

publish-ruby:
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
git commit -m "Update mailchimp-transactional-ruby to v${{ env.SPEC_VERSION }}"
git push origin master --force
env:
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
SPEC_VERSION: ${{ needs.validate.outputs.version }}

- name: Publish → RubyGems → transactional-ruby
Expand Down Expand Up @@ -606,7 +606,7 @@ jobs:
git commit -m "Update mailchimp-transactional-python to v${{ env.SPEC_VERSION }}"
git push origin master --force
env:
GITHUB_TOKEN: ${{ secrets.GIT_CODEGEN_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
SPEC_VERSION: ${{ needs.validate.outputs.version }}

- name: Publish → PyPI → transactional-python (test)
Expand Down