Skip to content

Commit

Permalink
add token to other steps
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpersaud committed Jul 27, 2023
1 parent 5876741 commit a8aef1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createNewVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
token: ${{ steps.generate_token.outputs.token }}
token: ${{ needs.validatorActor.steps.generate_token.outputs.token }}

- uses: Expensify/App/.github/actions/composite/setupGitForOSBotify@main
with:
Expand All @@ -79,7 +79,7 @@ jobs:
id: bumpVersion
uses: Expensify/App/.github/actions/javascript/bumpVersion@main
with:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
GITHUB_TOKEN: ${{ needs.validatorActor.steps.generate_token.outputs.token }}
SEMVER_LEVEL: ${{ inputs.SEMVER_LEVEL }}

- name: Commit new version
Expand Down

0 comments on commit a8aef1f

Please sign in to comment.