Skip to content

Commit

Permalink
Update verify-org-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimprinzbach authored Apr 19, 2023
1 parent 4379a7b commit d7b31c6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/verify-org-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v2.5.0
uses: actions/checkout@v3
with:
persist-credentials: false
ref: ${{ github.event.pull_request.head.sha }}
path: pr

- name: Peribolos dry-run
env:
GITHUB_TOKEN: ${{ secrets.PERIBOLOS_TOKEN }}
PERIBOLOS_VERSION: v20221102-8efc754883
GITHUB_TOKEN: ${{ secrets.PERIBOLOS_PERSONAL_TOKEN }}
run: |
echo $GITHUB_TOKEN > $RUNNER_TEMP/token
docker run --rm \
-v $RUNNER_TEMP/token:/etc/github/token \
-v $(pwd)/pr/config.yaml:/etc/config/config.yaml \
gcr.io/k8s-prow/peribolos:$PERIBOLOS_VERSION \
gcr.io/k8s-prow/peribolos:v20230418-23b5d25059 \
--github-token-path /etc/github/token \
--config-path /etc/config/config.yaml \
--fix-org \
Expand Down

0 comments on commit d7b31c6

Please sign in to comment.