Skip to content

PLT-1207 ci: add Publishing workflow #6

PLT-1207 ci: add Publishing workflow

PLT-1207 ci: add Publishing workflow #6

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: {}
permissions:
id-token: write # Required for federated aws oidc
contents: write
actions: write
pull-requests: write
issues: write
jobs:
CI:
uses: uptick/actions/.github/workflows/ci.yaml@main
secrets: inherit
with:
command: make ci