Skip to content

Commit

Permalink
removed trust-ci token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vorotech committed Jun 6, 2024
1 parent 759370d commit ebecc4e
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 ebecc4e

Please sign in to comment.