Skip to content

Commit

Permalink
fix: add --token
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 9, 2024
1 parent 73eed5f commit 9ac08d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
run: |
cd sp1up
chmod +x sp1up
./sp1up
./sp1up --token ${{ secrets.GITHUB_TOKEN }}
- name: "Create SP1 project from template"
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/toolchain-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,10 @@ jobs:
- name: "Install SP1"
env:
SP1UP_VERSION: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
cd sp1up
chmod +x sp1up
./sp1up
./sp1up --token ${{ secrets.GH_PAT }}
- name: "Create SP1 project from template"
run: |
Expand Down

0 comments on commit 9ac08d4

Please sign in to comment.