Skip to content

Commit

Permalink
ci(tokens): 👷 Build & commit generated tokens on PR (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: mimarz <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 19, 2023
1 parent 04d19a8 commit f0d4a18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
run: yarn install --immutable
- name: Build
run: yarn build:tokens
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
pull: '--rebase --autostash'
default_author: github_actions
message: '🍱 Generated new package tokens'
add: '.'

0 comments on commit f0d4a18

Please sign in to comment.