mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
forgot an S
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -39,13 +39,13 @@ jobs:
|
|||||||
if: contains('release', env.BUILD_TYPE)
|
if: contains('release', env.BUILD_TYPE)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILD_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
path: ./builds_repo
|
path: ./builds_repo
|
||||||
repository: PepperDash/PepperDashCore-Builds
|
repository: PepperDash/PepperDashCore-Builds
|
||||||
- name: Checkout Builds Repo
|
- name: Checkout Builds Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BUILD_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
path: ./internal_builds_repo
|
path: ./internal_builds_repo
|
||||||
repository: PepperDash-Engineering/pepperdash-core-builds
|
repository: PepperDash-Engineering/pepperdash-core-builds
|
||||||
- name: Fetch tags
|
- name: Fetch tags
|
||||||
|
|||||||
Reference in New Issue
Block a user