[deco] use DeleteLabelValues properly with a caching solution to remo… #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
paths: | |
'cmd/file-exporter/**.go' | |
workflow_dispatch: {} | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
name: "package file-exporter" | |
environment: default | |
steps: | |
- uses: passeidireto/trigger-external-workflow-action@main | |
env: | |
PAYLOAD_REPO: "file-exporter" | |
PAYLOAD_ARCH: "aarch64" | |
with: | |
repository: DictumMortuum/pacman | |
event: package | |
github_pat: ${{ secrets.PAT }} |