mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 03:45:00 +00:00
fix naming from packagecloud to buildkite
This commit is contained in:
parent
5a0c06f7b3
commit
3de319fede
2 changed files with 4 additions and 4 deletions
6
.github/workflows/publish-packages.yml
vendored
6
.github/workflows/publish-packages.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue