Skip to content

Commit f52a155

Browse files
authored
Added GNU GPL v3 License to main, reflecting it in streamlit-prod
2 parents d0554b5 + acc506b commit f52a155

2 files changed

Lines changed: 679 additions & 1 deletion

File tree

.github/workflows/keep-awake.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
keep-alive:
1111
runs-on: ubuntu-latest
12+
13+
permissions:
14+
contents: write
15+
1216
steps:
1317
- name: Checkout streamlit-prod branch
1418
uses: actions/checkout@v3
@@ -28,4 +32,4 @@ jobs:
2832
- name: Push Dummy Commit
2933
run: |
3034
# Pushes the commit to the streamlit-prod branch to trigger a redeployment.
31-
git push origin streamlit-prod
35+
git push origin streamlit-prod

0 commit comments

Comments
 (0)