Skip to content

Commit

Permalink
🤖 use fork for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored May 7, 2022
1 parent 5e5f7f5 commit 1e432cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bump_cos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.SSH_KEY }}
- name: Bump cos 🔧
run: |
docker run --name=yq -v "${PWD}":/workdir mikefarah/yq
docker cp yq:/usr/bin/yq ./
export YQ=$PWD/yq
sudo -E bash ./.github/bump_cos.sh
rm -rf yq
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PAT }}
push-to-fork: ci-forks/c3os
commit-message: ":arrow_up: Bump cOS"
title: "cOS bump"
body: "Bump of cOS repositories"

0 comments on commit 1e432cd

Please sign in to comment.