This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
use tagged version in actions #5
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: Deploy to production | ||
on: | ||
push: | ||
branches: | ||
- main | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
jobs: | ||
build_deploy: | ||
name: Build and deploy | ||
uses: primer/.github/.github/workflows/deploy.yml@v1 | ||
Check failure on line 16 in .github/workflows/deploy.yml GitHub Actions / .github/workflows/deploy.ymlInvalid workflow file
|
||
with: | ||
node_version: 16 | ||
install: yarn | ||
build: yarn build |