Skip to content

Commit

Permalink
Merge pull request #715 from gliderlabs/master
Browse files Browse the repository at this point in the history
fix: move env vars to release section of workflow
  • Loading branch information
josegonzalez authored Oct 22, 2021
2 parents 0569dcc + 2ca1d4a commit 0b584a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
runs-on: ubuntu-18.04
strategy:
fail-fast: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -131,3 +128,6 @@ jobs:
export PACKAGECLOUD_REPOSITORY=dokku/dokku
make release release-packagecloud
fi
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}

0 comments on commit 0b584a3

Please sign in to comment.