Skip to content

Commit

Permalink
try to use PAT again
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomest committed Aug 2, 2024
1 parent c89089c commit 132293d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.WORKFLOW_KEY }}
token: ${{ secrets.WORKFLOW_PAT }}
- name: 'Update tags'
run: |
TAG=${{ github.run_id }}
Expand All @@ -50,13 +49,6 @@ jobs:
sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-devcontainer
- name: Commit changes
run: |
git remote -v
git remote set-url origin [email protected]:microsoft/farmvibes-ai.git
git remote -v
mkdir -p ~/.ssh/
echo ${{ secrets.WORKFLOW_KEY }} >> ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa
ssh-keygen -y -f ~/.ssh/id_rsa
git config --global user.email "[email protected]"
git config --global user.name "FarmVibes.AI Release Pipeline"
BRANCH=update-base-${{ github.run_id }}
Expand Down

0 comments on commit 132293d

Please sign in to comment.