parent
c902d1977a
commit
2e783f1f62
2
.github/workflows/server-build.yml
vendored
2
.github/workflows/server-build.yml
vendored
|
|
@ -231,7 +231,7 @@ jobs:
|
||||||
- name: Put release build in cache
|
- name: Put release build in cache
|
||||||
if: success() && github.ref == 'refs/heads/release' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
|
if: success() && github.ref == 'refs/heads/release' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
|
||||||
env:
|
env:
|
||||||
cachetoken: ${{ secrets.CACHETOKEN }}
|
cachetoken: ${{ secrets.APPSMITH_CI_TEST_PAT }}
|
||||||
reponame: ${{ github.event.repository.name }}
|
reponame: ${{ github.event.repository.name }}
|
||||||
gituser: ${{ secrets.CACHE_GIT_USER }}
|
gituser: ${{ secrets.CACHE_GIT_USER }}
|
||||||
gituseremail: ${{ secrets.CACHE_GIT_EMAIL }}
|
gituseremail: ${{ secrets.CACHE_GIT_EMAIL }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user