Skip to content

Allow authorise-without-apparmor when aa_getpeercon() returns ENOPROTOOPT #73

Allow authorise-without-apparmor when aa_getpeercon() returns ENOPROTOOPT

Allow authorise-without-apparmor when aa_getpeercon() returns ENOPROTOOPT #73

Workflow file for this run

name: Close Snaps
on:
pull_request:
types: [closed]
jobs:
close:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Close obsolete channels
uses: canonical/actions/close-snap@release
continue-on-error: true
with:
channel: 22/edge/pr${{ github.event.number }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}