Skip to content

Commit

Permalink
Upgrade gh-access version
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Oct 19, 2023
1 parent 4f135d5 commit 6368899
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6368899

Please sign in to comment.