Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 18, 2023
1 parent 48fc563 commit 72b4adb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/manualrun_launchpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
name: Upload
uses: ./.github/workflows/reuse_launchpad.yml
needs: setup
secrets:
GPG_PUB_KEY: "${{ secrets.GPG_PUB_KEY }}"
GPG_SECRET_KEY: "${{ secrets.GPG_SECRET_KEY }}"
GPG_PASSPHRASE_KEY: "${{ secrets.GPG_PASSPHRASE_KEY }}"
ID_RSA: "${{ secrets.ID_RSA }}"
DOCKER_USERNAME: "${{ secrets.DOCKER_USERNAME }}"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
secrets: inherit
env:
FIGMA_LINUX_REV: "${{ github.event.inputs.rev }}"
27 changes: 2 additions & 25 deletions .github/workflows/reuse_launchpad.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
name: Launchpad PPA

on:
workflow_call:
secrets:
GPG_PUB_KEY:
required: true
description: ''
GPG_SECRET_KEY:
required: true
description: ''
GPG_PASSPHRASE_KEY:
required: true
description: ''
ID_RSA:
required: true
description: ''
DOCKER_USERNAME:
required: true
description: ''
DOCKER_PASSWORD:
required: true
description: ''
FIGMA_LINUX_REV:
required: true
description: ''
on: workflow_call

jobs:
launchpad:
Expand Down Expand Up @@ -64,4 +41,4 @@ jobs:

- name: Build and Upload PPA
run: |
./scripts/build_ppa.sh ${{ secrets.FIGMA_LINUX_REV }}
./scripts/build_ppa.sh "${FIGMA_LINUX_REV}"

0 comments on commit 72b4adb

Please sign in to comment.