Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Implement gh-action for dev-cluster to build gh-pages for helm chart repo #35

Implement gh-action for dev-cluster to build gh-pages for helm chart repo

Implement gh-action for dev-cluster to build gh-pages for helm chart repo #35

Workflow file for this run

name: Project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add new issues
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/astriaorg/projects/1
github-token: ${{ secrets.ASTRIA_PROJECT_TOKEN }}