Skip to content

Commit

Permalink
Update token
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 10, 2024
1 parent 374dcee commit 8c6b433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: CI
on: [pull_request]
env:
token: ${{ secrets.MACOS_CI_SETUP_TOKEN }}
token: ${{ secrets.PILLARBOX_CI_CD_TOKEN }}
vm_name: sequoia-for-pillarbox
vm_image: ghcr.io/cirruslabs/macos-sequoia-xcode:latest
branch_name: ${{ github.head_ref }}
scripts_path: "/tmp/.$vm_name/macos-ci-setup"
ci_scripts_path: "${{ github.workspace }}/.github/workflows/scripts"
repo_url:
"https://${{ secrets.MACOS_CI_SETUP_TOKEN }}@github.com/\
"https://${{ secrets.PILLARBOX_CI_CD_TOKEN }}@github.com/\
${{ github.repository }}.git"
jobs:
install-tools:
Expand Down

0 comments on commit 8c6b433

Please sign in to comment.