Skip to content

Commit

Permalink
Merge pull request #415 from AppQuality:develop
Browse files Browse the repository at this point in the history
Fix authentication logic
  • Loading branch information
cannarocks authored Oct 2, 2024
2 parents 22f21b0 + 3de7c18 commit 18b98a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
key: yarn-deps-${{ hashFiles('yarn.lock') }}
restore-keys: |
yarn-deps-${{ hashFiles('yarn.lock') }}
- name: Git Identity
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
Expand Down

0 comments on commit 18b98a0

Please sign in to comment.