mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 11:54:59 +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:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -7,11 +7,11 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
secrets:
|
secrets:
|
||||||
PACKAGECLOUD_TOKEN:
|
BUILDKITE_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish to PackageCloud
|
name: Publish to Buildkite
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ needs.version.outputs.version }}
|
version: ${{ needs.version.outputs.version }}
|
||||||
secrets:
|
secrets:
|
||||||
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
|
BUILDKITE_TOKEN: ${{ secrets.BUILDKITE_TOKEN }}
|
||||||
release:
|
release:
|
||||||
needs: [package, version]
|
needs: [package, version]
|
||||||
name: Release
|
name: Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue