Skip to content

Commit

Permalink
feat: add fwci upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wienand committed Jun 11, 2024
1 parent 1dcb0d6 commit 1a18d79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-prodrive-hermes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
with:
name: coreboot.rom
path: ./build/coreboot.rom
# - uses: docker://firmwareci/uploader:v2.0
# with:
# EMAIL: ${{ secrets.EMAIL }}
# PASSWORD: ${{ secrets.PASSWORD }}
# PROJECT_TOKEN: {{ vars.HERMES_ID}}
# COMMIT_HASH: ${{ github.sha }}
# BINARY_PATH: ./build/coreboot.rom
# PROTOCOL: local
# API: https://api.firmwareci.9esec.dev:8443
- uses: docker://firmwareci/uploader:v2.0
with:
EMAIL: ${{ secrets.EMAIL }}
PASSWORD: ${{ secrets.PASSWORD }}
PROJECT_TOKEN: 01HKD7EDP7FW0ETA20M5TWKC5T
COMMIT_HASH: ${{ github.sha }}
BINARY_PATH: ./build/coreboot.rom
PROTOCOL: local
API: https://api.firmwareci.9esec.dev:8443

0 comments on commit 1a18d79

Please sign in to comment.