Skip to content

Commit

Permalink
Merge pull request #384 from sebbo2002/template-updater/update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 authored May 18, 2022
2 parents 93caa85 + bb0aac1 commit 5c7457c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
TemplateUpdater:
runs-on: ubuntu-latest
if: ${{ github.repository != 'sebbo2002/js-template' }}
permissions:
contents: write
pull-requests: write
steps:
- name: 🤖 is-semantic-release
uses: sebbo2002/action-template-updater@develop
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
issues: write
pull-requests: write
packages: write
pages: write
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
Expand Down

0 comments on commit 5c7457c

Please sign in to comment.