mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 05:53:55 -04:00
gh-action: fix env AUR_KEY
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
workdir: backend
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
AUR_KEY: ${{ secrets.AUR_KEY }}
|
||||
|
||||
docker:
|
||||
needs:
|
||||
|
||||
@@ -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://aur@aur.archlinux.org/upsnap-bin.git"
|
||||
package: |-
|
||||
# bin
|
||||
|
||||
Reference in New Issue
Block a user