File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 needs : [ debian-build, debian-test ]
115115 # FIXME: uncoment when have final signing key
116116 # if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
117- # environment: signing
117+ environment : signing
118118 steps :
119119 - name : Checkout source code
120120 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -140,11 +140,11 @@ jobs:
140140 - name : Import GPG signing key
141141 working-directory : debian
142142 env :
143- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
143+ DEB_KEY : ${{ secrets.DEB_KEY }}
144144 run : |
145145 mkdir -p key
146146 chmod 700 key
147- echo "$GPG_PRIVATE_KEY" | base64 -d | gpg --homedir "$(pwd)/key" --import
147+ echo "$DEB_KEY" | gpg --homedir "$(pwd)/key" --import
148148
149149 - name : Make index
150150 working-directory : debian
You can’t perform that action at this time.
0 commit comments