Skip to content

Commit

Permalink
Update kicad-pcm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SYSUeric66 authored Aug 17, 2023
1 parent 3ded752 commit 126535a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kicad-pcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload zip as asset to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.ACTION_SECRETS_1 }}
file: ./PCM/KiCAD-PCM-${{ steps.latest-release.outputs.tag }}.zip
asset_name: KiCAD-PCM-${{ steps.latest-release.outputs.tag }}.zip
overwrite: true
Expand All @@ -42,5 +42,5 @@ jobs:
workflow: Rebuild repository
ref: refs/heads/main
repo: SYSUeric66/SYSUeric66-kicad-addone-repository
repo_token: ${{ secrets.ACTION_SECRETS_1 }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "VERSION": "${{env.VERSION}}", "DOWNLOAD_SHA256": "${{env.DOWNLOAD_SHA256}}", "DOWNLOAD_SIZE": "${{env.DOWNLOAD_SIZE}}", "DOWNLOAD_URL": "${{env.DOWNLOAD_URL}}", "INSTALL_SIZE": "${{env.INSTALL_SIZE}}" }'

0 comments on commit 126535a

Please sign in to comment.