Skip to content

Commit

Permalink
chore: fix signing of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Jul 22, 2023
1 parent 36e2c4b commit fd0f966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -168,5 +170,6 @@ jobs:
args: release --clean
workdir: cmd/cloudflare-utils
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

0 comments on commit fd0f966

Please sign in to comment.