update pins_arduino.h with LCD info for fri3d_2024_esp32s3 #2
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push components to https://components.espressif.com | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
upload_components: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: "recursive" | |
- name: Upload components to the component registry | |
uses: espressif/upload-components-ci-action@v1 | |
with: | |
name: arduino-esp32 | |
version: ${{ github.ref_name }} | |
namespace: espressif | |
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }} |