⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Adafruit WipperSnapper 1.0.0-beta.121 #127

Adafruit WipperSnapper 1.0.0-beta.121

Adafruit WipperSnapper 1.0.0-beta.121 #127

Workflow file for this run

# SPDX-FileCopyrightText: Brent Rubell for Adafruit Industries, 2022
#
# SPDX-License-Identifier: MIT
name: WipperSnapper Release Workflow
on:
release:
types: [published]
secrets:
GH_REPO_TOKEN:
required: true
jobs:
call-workflow-build:
uses: adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/build-clang-doxy.yml@main
secrets:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
call-workflow-release:
needs: call-workflow-build
uses: adafruit/Adafruit_Wippersnapper_Arduino/.github/workflows/release-callee.yml@main