Skip to content

Make DefaultEncryptionService use libsodium #470

Make DefaultEncryptionService use libsodium

Make DefaultEncryptionService use libsodium #470

Workflow file for this run

name: Label PR based on changed package
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: ./.github/actions/setup-and-build
with:
install-dependencies: false
build: false
- run: pnpm install
- name: Label PR
run: node scripts/labelPrs.js
env:
GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }} # inngest-release-bot