Skip to content

Explain locked Channel rows and empty filter panels #2028

Explain locked Channel rows and empty filter panels

Explain locked Channel rows and empty filter panels #2028

Workflow file for this run

name: PR cleanup
on:
pull_request:
types: [closed]
permissions: {}
jobs:
remove_instance:
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
sparse-checkout: |
./.github/actions
./.github/scripts
persist-credentials: false
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: "package.json"
package-manager-cache: false
- name: Load secrets for initialize-cloud
uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0
id: load-secrets
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
STAGING_TOKEN: "op://Continuous Integration/CLOUD_STAGING_TOKEN/password"
- name: Saleor login
uses: ./.github/actions/cli-login
with:
token: ${{ steps.load-secrets.outputs.STAGING_TOKEN }}
- name: Remove instance
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}
run: saleor env remove "pr-${PULL_REQUEST_NUMBER}" --force