Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Sep 14, 2021
1 parent 84289db commit 6b021d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:

env:
SLACK_CLI_TOKEN: ${{ secrets.BENDER_TOKEN }}
GOPRIVATE: github.com/TykTechnologies

jobs:
goreleaser:
Expand All @@ -43,6 +44,11 @@ jobs:
pc: ${{ steps.targets.outputs.pc }}

steps:
- name: Fix private module deps
env:
TOKEN: '${{ secrets.repo_token }}'
run: >
git config --global url."https://${TOKEN}@github.com".insteadOf "https://github.com"
- name: Checkout of tyk
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 6b021d5

Please sign in to comment.