Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
joselrio committed Jan 16, 2024
1 parent 7d2cf4f commit ab588a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

if: ${{ github.event.inputs.new-version }}
steps:
# TODO: Remove the setUp git below since it will not be needed once token will be set
# TODO
- name: Configure Git with the GitHub Token
run: |
git config --global user.email "sa_git_uicomponents@outsystems.com"
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: rc${{ github.event.inputs.new-version }}

- name: Merge branch rc${{ github.event.inputs.new-version }} into main
uses: everlytic/branch-merge@1.1.2
uses: everlytic/branch-merge@1.1.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# github_token: ${{ secrets.PAT }} TODO!
Expand Down Expand Up @@ -68,6 +68,13 @@ jobs:
with:
ref: prep-to-deploy

# TODO
- name: Configure Git with the GitHub Token
run: |
git config --global user.email "sa_git_uicomponents@outsystems.com"
git config --global user.name "UiComponentsBot"
git config --global credential.helper store
- name: Install project dependencies
run: npm install

Expand Down

0 comments on commit ab588a0

Please sign in to comment.