Skip to content

Commit

Permalink
SCALRCORE-29806 fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrskliar committed Jan 18, 2024
1 parent 2c114ac commit fbffa29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
git checkout master
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config credential.username oauth2
git config credential.helper '!f() { test "$1" = get && echo "password=${{ steps.generate_token.outputs.token }}"; }; f'
touch test-push-master
git add test-push-master
git commit -m "test-push-master"
git remote -v
git push -u origin master
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit fbffa29

Please sign in to comment.