Skip to content

Commit

Permalink
try to authenticate with an ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomest committed Aug 2, 2024
1 parent f2d310e commit 782a47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.WORKFLOW_KEY }}
- name: 'Update tags'
run: |
TAG=${{ github.run_id }}
Expand All @@ -47,8 +49,6 @@ jobs:
sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-worker
sed -i "s|\(FROM.*:\).*|\1${TAG}|" ./resources/docker/Dockerfile-devcontainer
- name: Commit changes
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_PAT }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "FarmVibes.AI Release Pipeline"
Expand Down

0 comments on commit 782a47b

Please sign in to comment.