Skip to content

Commit 77df48f

Browse files
chore: update release.yml
1 parent 78dd7da commit 77df48f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ name: Release
1616
on:
1717
push:
1818
branches:
19-
- master
2019
- main
2120
jobs:
2221
release:
2322
if: "!contains(github.event.head_commit.message, 'skip ci')"
2423
runs-on: ubuntu-latest
2524
steps:
26-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2726
with:
28-
token: ${{ secrets.GOOGLE_MAPS_BOT }}
27+
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
2928
- name: Update app.js on default branch
3029
run: |
3130
rm austin-recycling/static/app.js
@@ -36,4 +35,4 @@ jobs:
3635
git config --global user.email '[email protected]'
3736
git add app.js
3837
git commit -m "chore: update app.js [skip ci]" || true
39-
38+

0 commit comments

Comments
 (0)