Skip to content

Commit

Permalink
Update escrowBumpVersion.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fyrnaga authored Aug 22, 2024
1 parent c54e5b1 commit 3f637e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/escrowBumpVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
- name: Configure Git
run: git config --global url.'https://${{ secrets.ACTION_GITHUB_TOKEN }}:@github.com'.insteadOf 'https://github.com'
- name: Checkout
uses: actions/checkout@v2

- uses: ashley-taylor/[email protected]
with:
Expand Down

0 comments on commit 3f637e6

Please sign in to comment.