Skip to content

Commit

Permalink
ci: Try to fix
Browse files Browse the repository at this point in the history
Change-Id: I502575d710dd37a1a2ec2cbb43592feff8c623c1
  • Loading branch information
calcitem committed Jan 27, 2025
1 parent 99d258c commit 6d732cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: google-github-actions/auth@v2
with:
token_format: iam_json # Obtain JSON format credentials
workload_identity_provider: "projects/391539675971/locations/global/workloadIdentityPools/github-pool/providers/github-provider"
workload_identity_provider: "projects/391539675971/locations/global/workloadIdentityPools/play-store-pool/providers/github-provider"
service_account: "[email protected]"

# Write credentials to a temporary file
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,9 @@ jobs:
sudo snap install lxd
sudo lxd init --auto
- name: Add GitHub Actions user to the lxd group
run: |
sudo usermod -aG lxd $(whoami)
newgrp lxd
- name: Verify LXD Installation
run: lxd --version

- name: Build snap using LXD
run: snapcraft --use-lxd
- name: Build snap using LXD
run: |
sg lxd -c 'snapcraft --use-lxd'
- name: List Snap Files
run: ls -la *.snap
Expand Down
1 change: 1 addition & 0 deletions distribution/whatsnew/en-US.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug fixes and performance improvements.

0 comments on commit 6d732cf

Please sign in to comment.