fix naming from packagecloud to buildkite

This commit is contained in:
stone-w4tch3r 2024-12-03 14:15:22 +05:00
parent 5a0c06f7b3
commit 3de319fede
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Publish to PackageCloud
name: Publish to Buildkite
on:
workflow_call:
inputs:
@ -7,11 +7,11 @@ on:
required: true
type: string
secrets:
PACKAGECLOUD_TOKEN:
BUILDKITE_TOKEN:
required: true
jobs:
publish:
name: Publish to PackageCloud
name: Publish to Buildkite
runs-on: ubuntu-latest
strategy:
matrix:

View file

@ -31,7 +31,7 @@ jobs:
with:
version: ${{ needs.version.outputs.version }}
secrets:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
BUILDKITE_TOKEN: ${{ secrets.BUILDKITE_TOKEN }}
release:
needs: [package, version]
name: Release