Skip to content

Commit

Permalink
snapcraft login no longer needed (samuelmeuli/action-snapcraft#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rk committed Sep 30, 2022
1 parent 335a93c commit ebea5a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
with:
go-version: 1.19
-
name: Snapcraft login
name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
with:
# snapcraft export-login --snaps kafkactl --channels edge,beta,candidate,stable -
snapcraft_token: ${{ secrets.snapcraft_token }}
-
name: Docker login
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
Expand All @@ -38,4 +35,6 @@ jobs:
env:
# create personal access token: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
# snapcraft export-login --snaps kafkactl --channels edge,beta,candidate,stable -
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

0 comments on commit ebea5a8

Please sign in to comment.