Skip to content

Commit

Permalink
add access to ddan
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkondrashin committed Mar 3, 2024
1 parent ff5fb84 commit debc951
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ permissions:
jobs:
Build-Release-Windows:
runs-on: windows-latest
env:
GOPRIVATE: github.com/mpkondrashin/ddan
DDAN_FOR_SANDBOXER: ${{ secrets.DDAN_FOR_SANDBOXER }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -22,6 +25,9 @@ jobs:
with:
go-version: 1.21.5

- name: Config git
run: git config --global url.https://$DDAN_FOR_SANDBOXER@github.com/.insteadOf https://github.com/

- name: Install Fyne
run: go install fyne.io/fyne/v2/cmd/fyne@latest

Expand Down

0 comments on commit debc951

Please sign in to comment.