Skip to content

docs: add comment in flake about why we need the pulumi bundle #18

docs: add comment in flake about why we need the pulumi bundle

docs: add comment in flake about why we need the pulumi bundle #18

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pulumi/actions@v6
with:
command: up
stack-name: holochain/github
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.HRA_GITHUB_TOKEN }}