diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 24b005b..dc8671d 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -31,7 +31,7 @@ jobs: - name: Genereer app token (Release proces app) id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 with: app-id: ${{ secrets.RELEASE_PROCES_APP_ID }} private-key: ${{ secrets.RELEASE_PROCES_APP_PRIVATE_KEY }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 6fdc437..0c2bb42 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -88,7 +88,7 @@ jobs: - name: Genereer app token (Release proces app) id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 with: app-id: ${{ secrets.RELEASE_PROCES_APP_ID }} private-key: ${{ secrets.RELEASE_PROCES_APP_PRIVATE_KEY }}