Skip to content

Commit

Permalink
snap: allow classic in snap review
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq authored and sylvestre committed Apr 17, 2023
1 parent 914de89 commit 2a7db60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Build and publish the snap
uses: canonical/actions/build-snap@release
with:
review-opts: --allow-classic
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}
publish-channel: edge/pr${{ github.event.number }}

0 comments on commit 2a7db60

Please sign in to comment.