Skip to content

Commit

Permalink
Merge pull request #7 from dokku/master
Browse files Browse the repository at this point in the history
chore: inject env into all ci tests
  • Loading branch information
josegonzalez committed Feb 7, 2021
2 parents 61688f1 + 282f983 commit e3fa74f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-16.04
strategy:
fail-fast: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand All @@ -26,11 +28,7 @@ jobs:
- run: make ci-report
- run: make build-docker-image
- run: make build-in-docker
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: make validate-in-docker
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload packages
uses: actions/upload-artifact@v2
with:
Expand All @@ -41,5 +39,3 @@ jobs:
if [[ "${GITHUB_REF#refs/heads/}" == "release" ]]; then
make release-in-docker release-packagecloud-in-docker
fi
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e3fa74f

Please sign in to comment.