File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version : 1.19
23
23
-
24
- name : Snapcraft login
24
+ name : Install Snapcraft
25
25
uses : samuelmeuli/action-snapcraft@v1
26
- with :
27
- # snapcraft export-login --snaps kafkactl --channels edge,beta,candidate,stable -
28
- snapcraft_token : ${{ secrets.snapcraft_token }}
29
26
-
30
27
name : Docker login
31
28
run : echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
38
35
env :
39
36
# create personal access token: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
40
37
GITHUB_TOKEN : ${{ secrets.GH_PAT }}
41
- AUR_SSH_PRIVATE_KEY : ${{ secrets.AUR_SSH_PRIVATE_KEY }}
38
+ AUR_SSH_PRIVATE_KEY : ${{ secrets.AUR_SSH_PRIVATE_KEY }}
39
+ # snapcraft export-login --snaps kafkactl --channels edge,beta,candidate,stable -
40
+ SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_TOKEN }}
You can’t perform that action at this time.
0 commit comments