Skip to content

feat(push-notifications): delete expired tokens for one-signal provid… #258

feat(push-notifications): delete expired tokens for one-signal provid…

feat(push-notifications): delete expired tokens for one-signal provid… #258

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "modules/push-notifications/**"
- "libraries/grpc-sdk/**"
- "libraries/module-tools/**"
env:
REGISTRY: ghcr.io
jobs:
deploy:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
name: Build push-notifications
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build conduit push-notifications
run: |
DEV=TRUE make modules/push-notifications