Skip to content

Commit

Permalink
Merge pull request #8 from parsable/infra-2677-build-gha-pipeline
Browse files Browse the repository at this point in the history
INFRA-2677: fix build publish workflow
  • Loading branch information
pbrobles authored Nov 15, 2023
2 parents c137aa2 + 5001401 commit 715e1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Install xmlsec1
run: sudo apt-get install -y libxmlsec1 && sudo apt-get install xmlsec1
- name: Go Build
run: |
echo "machine github.com login machine-parsable password ${{ secrets.GH_PAT_MACHINE_PARSABLE }}" > ~/.netrc
Expand Down

0 comments on commit 715e1ba

Please sign in to comment.