From 301f26ef0b5735e947235a2362b719a45de47d1e Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Thu, 26 Mar 2020 11:49:11 -0600 Subject: [PATCH] fixes repos for pushing builds --- .github/workflows/docker.yml | 4 ++-- .github/workflows/master.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fa58c79..b29d3cb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -106,7 +106,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash-Engineering/essentials-builds + repository: PepperDash-Engineering/pepperdash-core-builds ref: ${{ Env.GITHUB_REF }} # Download the version artifact from the build job - name: Download Build Version Info @@ -183,7 +183,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash/Essentials-Builds + repository: PepperDash/PepperDashCore-Builds ref: ${{ Env.GITHUB_REF }} # Download the version artifact from the build job - name: Download Build Version Info diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 8c80af4..22a1deb 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash-Engineering/essentials-builds + repository: PepperDash-Engineering/pepperdash-core-builds ref: ${{ Env.GITHUB_REF }} # Download the version artifact from the build job - name: Download Build Version Info @@ -158,7 +158,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.BUILDS_TOKEN }} - repository: PepperDash/Essentials-Builds + repository: PepperDash/PepperDashCore-Builds ref: ${{ Env.GITHUB_REF }} # Download the version artifact from the build job - name: Download Build Version Info