Skip to content

Commit

Permalink
Update build_shared.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ricboer0 authored Nov 15, 2024
1 parent 3d76d51 commit 4a3dea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Build Linux Shared Library
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: Build Windows Shared Library
runs-on: windows-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
name: Build macOS Arm64 Shared Library
runs-on: macos-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4a3dea3

Please sign in to comment.