Skip to content

Commit

Permalink
Template repository changes: remal/oss-template (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: remal-gradle-plugins <77341723+remal-gradle-plugins+sync-with-template@users.noreply.github.com>
  • Loading branch information
remal and remal-gradle-plugins authored Nov 16, 2024
1 parent ab754a2 commit 5540555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/sync-with-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ includes:
- '.prettier*'
- '.yarn*'
excludes:
- '.github/template-cleanup/**'
- '.github/workflows/template-cleanup.*'
- '.github/template-cleanup/**'
modifiable-sections-exclusions:
- '.yarn/plugins/**'
- '.yarn/releases/**'
2 changes: 1 addition & 1 deletion .github/workflows/check-action-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: remal-github-actions/get-rate-limits@v1
id: rate-limits
with:
githubToken: ${{env.PUSH_BACK_TOKEN || github.token}}
githubToken: ${{secrets.LIST_SECRETS || github.token}}
- name: Make rate limits decision
id: decision
run: |
Expand Down

0 comments on commit 5540555

Please sign in to comment.