Skip to content

Commit

Permalink
[PPI-986] Remove of the checkout step from the main workflow (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltwork authored Dec 1, 2023
1 parent a15fea4 commit c9fd9ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
run: npm --no-git-tag-version --allow-same-version version ${{ steps.get_version.outputs.VERSION }}
- name: 'Prepare build'
run: npm run prepare
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
token: ${{ secrets.REACT_NATIVE_SDK_PIWIKPRO_CI_RW }}
- name: 'Commit Bump to ${{ steps.get_version.outputs.VERSION }}'
env:
GITHUB_TOKEN: ${{ secrets.REACT_NATIVE_SDK_PIWIKPRO_CI_RW }}
Expand Down

0 comments on commit c9fd9ce

Please sign in to comment.