feat(ui): add socials to share with your friends with shorten url #5
Workflow file for this run
This file contains 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: Astro Studio | |
env: | |
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }} | |
on: | |
push: | |
branches: | |
- main # '*' for all branches | |
pull_request: | |
types: [opened, reopened, synchronize] | |
jobs: | |
DB: | |
permissions: | |
contents: read | |
actions: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20 | |
- uses: jaid/[email protected] | |
- uses: withastro/action-studio@main |