Skip to content

Commit

Permalink
Merge pull request #8 from victormazeli/feat/setup_ci_2
Browse files Browse the repository at this point in the history
update on ci
  • Loading branch information
victormazeli authored Jul 25, 2023
2 parents b215241 + 2f91d2b commit 864dda8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
build:
uses: ./.github/workflows/reusable-workflow.yml
secrets:
GHB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHB_TOKEN: ${{ secrets.PAT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/build-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
build:
uses: ./.github/workflows/reusable-workflow.yml
secrets:
GHB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHB_TOKEN: ${{ secrets.PAT_TOKEN }}
31 changes: 0 additions & 31 deletions .github/workflows/update-version.yml

This file was deleted.

0 comments on commit 864dda8

Please sign in to comment.