chore(deps): update github actions (#226) #420
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: Continuous Integration | |
# on: | |
# push: | |
# branches: | |
# - main | |
# jobs: | |
# production: | |
# name: Build Production File | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout Project | |
# uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 | |
# - name: Setup Node | |
# uses: josh-development/.github/setup-node@main | |
# with: | |
# version: 18 | |
# - name: Compile Packages | |
# run: yarn build:prod | |
# - name: Cliff | |
# run: | |
# - name: Upload to Chrome Webstore | |
# uses: mnao305/[email protected] | |
# with: | |
# file-path: releases/*.zip | |
# extension-id: hogefuga(extension id) | |
# client-id: ${{ secrets.CLIENT_ID }} | |
# client-secret: ${{ secrets.CLIENT_SECRET }} | |
# refresh-token: ${{ secrets.REFRESH_TOKEN }} |