diff --git a/.github/workflows/DINAR-readme.yml b/.github/workflows/DINAR-readme.yml index 6a8e02c..a587534 100644 --- a/.github/workflows/DINAR-readme.yml +++ b/.github/workflows/DINAR-readme.yml @@ -31,6 +31,8 @@ jobs: uses: actions/checkout@v2 with: path: REPO + # token is required to bypass pushing without checks/reviews + token: ${{ secrets.DINAR_TOKEN }} - name: Checkout DINAR uses: actions/checkout@v2 with: