Skip to content

Commit

Permalink
chore: use checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Harkishen-Singh <harkishensingh@hotmail.com>
  • Loading branch information
Harkishen-Singh committed Mar 27, 2024
1 parent 1819c57 commit f39e915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
env:
EVAL_FILE_NAME: evaluate.py
steps:
- uses: actions/checkout@v3
- name: Setup git PAT override
run: |
git config --global --add url."https://${{ secrets.ORG_AUTOMATION_TOKEN }}:@github".insteadOf ssh://git@github
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit f39e915

Please sign in to comment.