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