Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
ci: Add push action to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Feb 16, 2024
1 parent 395899a commit f057a04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
id-token: write

concurrency:
Expand Down Expand Up @@ -45,3 +45,8 @@ jobs:
with:
name: project-build-${{ github.sha }}
path: ./out

- uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: 'public/*.json'
commit_message: 'chore: update license.json'

0 comments on commit f057a04

Please sign in to comment.