We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0554b5 + acc506b commit f52a155Copy full SHA for f52a155
2 files changed
.github/workflows/keep-awake.yaml
@@ -9,6 +9,10 @@ on:
9
jobs:
10
keep-alive:
11
runs-on: ubuntu-latest
12
+
13
+ permissions:
14
+ contents: write
15
16
steps:
17
- name: Checkout streamlit-prod branch
18
uses: actions/checkout@v3
@@ -28,4 +32,4 @@ jobs:
28
32
- name: Push Dummy Commit
29
33
run: |
30
34
# 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