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

Commit

Permalink
ci(build): add GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Feb 22, 2024
1 parent f56e167 commit 0a32191
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
permissions:
contents: write
id-token: write
pull-requests: write

concurrency:
group: "build"
Expand Down Expand Up @@ -56,6 +57,8 @@ jobs:

- name: Create license.json update PR
if: steps.auto-commit-action.outputs.changes_detected == 'true'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create \
--title "Update license.json" \
Expand Down

0 comments on commit 0a32191

Please sign in to comment.