From 0cad1649d94ecef4db11a06aa85438de753d5b9e Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 06 Sep 2022 16:19:19 +0000 Subject: [PATCH] try --- --- a/.github/workflows/autogen-js-types.yml +++ b/.github/workflows/autogen-js-types.yml @@ -89,7 +89,7 @@ yarn install yarn polkadot-types - - name: Checkou repo UniqueNetwork/unique-types-js + - name: Checkout repo UniqueNetwork/unique-types-js uses: actions/checkout@v3 with: repository: 'UniqueNetwork/unique-types-js' @@ -123,13 +123,14 @@ git add . git commit -m "chore: regenerate types" + - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} +# github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ matrix.branch }} repository: 'UniqueNetwork/unique-types-js' - ssh: true +# ssh: true - name: Stop running containers if: always() # run this step always -- gitstuff