Skip to content

Commit

Permalink
fix: Movig to snapcraft v2 actions and provinding the new token follo…
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez authored Aug 22, 2023
1 parent f9abf9b commit e5bac98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
snap:
runs-on: ubuntu-latest

env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

steps:
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.snapcraft_token }}
uses: samuelmeuli/action-snapcraft@v2

- name: Check out Git repository
uses: actions/checkout@v2
Expand All @@ -35,11 +36,12 @@ jobs:
snap-armv7l:
runs-on: ubuntu-latest

env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

steps:
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.snapcraft_token }}
uses: samuelmeuli/action-snapcraft@v2

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.3.5",
"version": "1.3.6",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down

0 comments on commit e5bac98

Please sign in to comment.