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 22, 2023
1 parent 0a05c42 commit 3829e05
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ jobs:
run:
shell: bash
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: 'Generate access token'
id: accessToken
uses: dolby-io-internal/gh-access@main
Expand All @@ -75,6 +70,12 @@ jobs:
gh_app_id: ${{ secrets.GH_APP_ID }}
gh_app_installation_id: ${{ secrets.GH_APP_INSTALLATION_ID }}

- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

- name: 'Download libWebRTC'
uses: ./.github/actions/download_libwebrtc
with:
Expand Down Expand Up @@ -202,11 +203,6 @@ jobs:
run:
shell: bash
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: 'Generate access token'
id: accessToken
uses: dolby-io-internal/gh-access@main
Expand All @@ -215,6 +211,12 @@ jobs:
gh_app_id: ${{ secrets.GH_APP_ID }}
gh_app_installation_id: ${{ secrets.GH_APP_INSTALLATION_ID }}

- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

- name: 'Download libWebRTC'
uses: ./.github/actions/download_libwebrtc
with:
Expand Down Expand Up @@ -330,14 +332,6 @@ jobs:
run:
shell: bash
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: 'Install python dependencies'
run: python3 -m pip install pyopenssl --upgrade

- name: 'Generate access token'
id: accessToken
uses: dolby-io-internal/gh-access@main
Expand All @@ -346,6 +340,14 @@ jobs:
gh_app_id: ${{ secrets.GH_APP_ID }}
gh_app_installation_id: ${{ secrets.GH_APP_INSTALLATION_ID }}

- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: 'Install python dependencies'
run: python3 -m pip install pyopenssl --upgrade

- name: 'Download libWebRTC'
uses: ./.github/actions/download_libwebrtc
with:
Expand Down Expand Up @@ -451,13 +453,8 @@ jobs:
CMAKE_SYSTEM_VERSION: '10.0.18363.657'
VIRTUALCAM-GUID: 'A3FCE0F5-3493-419F-958A-ABA1250EC20B'
TARGET_ARCH: 'x64'
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

steps:
- name: 'Generate access token'
id: accessToken
uses: dolby-io-internal/gh-access@main
Expand All @@ -467,6 +464,12 @@ jobs:
gh_app_installation_id: ${{ secrets.GH_APP_INSTALLATION_ID }}
action_shell: 'powershell'

- name: 'Checkout'
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0

- name: 'Download libWebRTC'
uses: ./.github/actions/download_libwebrtc/win
with:
Expand Down Expand Up @@ -544,9 +547,6 @@ jobs:
url: ${{ vars.ENV_RELEASE_URL }}
runs-on: ubuntu-latest
steps:
- name: 'Checkout the code'
uses: actions/checkout@v4

- name: 'Generate access token'
id: accessToken
uses: dolby-io-internal/gh-access@main
Expand All @@ -555,6 +555,9 @@ jobs:
gh_app_id: ${{ secrets.GH_APP_ID }}
gh_app_installation_id: ${{ secrets.GH_APP_INSTALLATION_ID }}

- name: 'Checkout the code'
uses: actions/checkout@v4

- name: 'Prepare release notes'
id: releaseNotes
run: |
Expand Down

0 comments on commit 3829e05

Please sign in to comment.