Skip to content

Commit

Permalink
fix github access token
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent 4be3058 commit e2b045f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ on:

jobs:
build:
# strategy:
# fail-fast: false
# matrix:
# include:
# - os: macOS
# arch: ARM64
# triple: aarch64-apple-darwin
# - os: macOS
# arch: X64
# triple: x86_64-apple-darwin
# - os: Linux
# arch: X64
# triple: x86_64-unknown-linux-gnu
runs-on: [buildjet-32vcpu-ubuntu-2204]
steps:
- name: Set up git private repo access
Expand Down Expand Up @@ -82,7 +69,7 @@ jobs:
ls -lha ./assets
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRIVATE_PULL_TOKEN }}
run: |
echo "Installing gh CLI..."
curl -L https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.tar.gz | \
Expand Down

0 comments on commit e2b045f

Please sign in to comment.