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 23, 2024
1 parent d2d9a51 commit f48657f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/escrowBumpVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/[email protected]
with:
token: ${{ secrets.ACTION_GITHUB_TOKEN }}

- uses: ashley-taylor/[email protected]
with:
Expand Down Expand Up @@ -55,7 +53,6 @@ jobs:
with:
add: 'deposit_information.json'
message: 'Bump escrow version to ${{ steps.bumpVersion.outputs.new_version }}'
author_name: jenkins
author_email: [email protected]
default_author: github_actions
github_token: ${{ secrets.ACTION_GITHUB_TOKEN }}

0 comments on commit f48657f

Please sign in to comment.