We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dd7da commit 77df48fCopy full SHA for 77df48f
.github/workflows/release.yml
@@ -16,16 +16,15 @@ name: Release
16
on:
17
push:
18
branches:
19
- - master
20
- main
21
jobs:
22
release:
23
if: "!contains(github.event.head_commit.message, 'skip ci')"
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
27
with:
28
- token: ${{ secrets.GOOGLE_MAPS_BOT }}
+ token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
29
- name: Update app.js on default branch
30
run: |
31
rm austin-recycling/static/app.js
@@ -36,4 +35,4 @@ jobs:
36
35
git config --global user.email '[email protected]'
37
git add app.js
38
git commit -m "chore: update app.js [skip ci]" || true
39
-
+
0 commit comments