Skip to content

[Backport release/1.5.x] Update tutorials instructions for ipcluster initialization #522

[Backport release/1.5.x] Update tutorials instructions for ipcluster initialization

[Backport release/1.5.x] Update tutorials instructions for ipcluster initialization #522

Workflow file for this run

name: Release Drafter
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}