Skip to content

Commit

Permalink
gh-action: fix env AUR_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Oct 3, 2023
1 parent e8e64df commit ef32a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
workdir: backend
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}

docker:
needs:
Expand Down
2 changes: 1 addition & 1 deletion backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ aurs:
maintainers:
- "SeriousM4x <maxi at quoss dot org>"
license: "MIT"
private_key: ${{ secrets.AUR_KEY }}
private_key: ${{ .Env.AUR_KEY }}
git_url: "ssh://[email protected]/upsnap-bin.git"
package: |-
# bin
Expand Down

0 comments on commit ef32a48

Please sign in to comment.