Skip to content

Commit

Permalink
ci: upgrade snapcraft plugin for new auth
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed May 29, 2023
1 parent ad5ba0d commit e6f263b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_PAT }}
steps:
-
name: Checkout
Expand All @@ -29,9 +30,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKER_HUB_PAT }}
- name: Snapcraft Login
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.SNAPCRAFT_PAT }}
uses: samuelmeuli/action-snapcraft@v2
-
name: Install upx
run: sudo apt-get install upx -y
Expand Down

0 comments on commit e6f263b

Please sign in to comment.