From 63688992d4a7c97db413a0b193bc7ce4011dc42b Mon Sep 17 00:00:00 2001 From: Marek Sobolak Date: Thu, 19 Oct 2023 21:17:45 +0200 Subject: [PATCH] Upgrade gh-access version --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56b260c63..3c6145790 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: fetch-depth: 0 - name: 'Generate access token' id: accessToken - uses: dolby-io-internal/gh-access@macos-linux + uses: dolby-io-internal/gh-access@v0.0.4-macos-linux with: gh_app_priv_key: ${{ secrets.GH_APP_RELEASECREATOR_PRIV_KEY }} gh_app_id: ${{ secrets.GH_APP_ID }} @@ -208,7 +208,7 @@ jobs: fetch-depth: 0 - name: 'Generate access token' id: accessToken - uses: dolby-io-internal/gh-access@macos-linux + uses: dolby-io-internal/gh-access@v0.0.4-macos-linux with: gh_app_priv_key: ${{ secrets.GH_APP_RELEASECREATOR_PRIV_KEY }} gh_app_id: ${{ secrets.GH_APP_ID }} @@ -337,7 +337,7 @@ jobs: run: python3 -m pip install pyopenssl --upgrade - name: 'Generate access token' id: accessToken - uses: dolby-io-internal/gh-access@macos-linux + uses: dolby-io-internal/gh-access@v0.0.4-macos-linux with: gh_app_priv_key: ${{ secrets.GH_APP_RELEASECREATOR_PRIV_KEY }} gh_app_id: ${{ secrets.GH_APP_ID }} @@ -544,7 +544,7 @@ jobs: - name: 'Generate access token' id: accessToken - uses: dolby-io-internal/gh-access@macos-linux + uses: dolby-io-internal/gh-access@v0.0.4-macos-linux with: gh_app_priv_key: ${{ secrets.GH_APP_RELEASECREATOR_PRIV_KEY }} gh_app_id: ${{ secrets.GH_APP_ID }}