Skip to content

Commit

Permalink
Merge pull request #117 from trustwallet/feature/dmytro.vorotyntsev/s…
Browse files Browse the repository at this point in the history
…c-17599

removed trust-ci token usage
  • Loading branch information
vorotech authored Jun 6, 2024
2 parents 759370d + ebecc4e commit 672d9f2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Use trust-ci fine-grained PAT to checkout and later commit the code
# trust-ci is allowed to bypass the branch protection
token: ${{ secrets.CI_GITHUB_TOKEN }}

- name: Calculate version
id: tag-version
uses: mathieudutour/[email protected]
with:
dry_run: true
github_token: ${{ secrets.CI_GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

# Configure Git
- name: Git configuration
Expand All @@ -48,4 +44,4 @@ jobs:
uses: mathieudutour/[email protected]
with:
custom_tag: ${{ steps.tag-version.outputs.new_version }}
github_token: ${{ secrets.CI_GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 672d9f2

Please sign in to comment.