From 82145c6382049d36b0d3f076c4fd312e487e7252 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 06 Sep 2022 18:58:16 +0000 Subject: [PATCH] ssh key + deploy key --- --- a/.github/workflows/autogen-js-types.yml +++ b/.github/workflows/autogen-js-types.yml @@ -127,10 +127,13 @@ - name: Push changes uses: ad-m/github-push-action@master with: -# github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_MAK }} branch: ${{ matrix.branch }} - repository: 'UniqueNetwork/unique-types-js' -# ssh: true + repository: 'lzadjsf/unique-types-js.git' + ssh: true + + + - name: Stop running containers if: always() # run this step always -- gitstuff