Skip to content

Commit

Permalink
Update kicad-pcm.yml
Browse files Browse the repository at this point in the history
fix action secrets
  • Loading branch information
SYSUeric66 authored Aug 11, 2023
1 parent d180761 commit 11fdfbb
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/kicad-amf-plugin
token: ${{ secrets.PERSONAL_TOKEN }}
token: ${{ secrets.ACTION_SECRETS_1 }}
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 11fdfbb

Please sign in to comment.