git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
467e7a9
)
Run actions/checkout with workflow-enabled token
author
Thomas B
<redacted>
Tue, 17 Oct 2023 11:04:38 +0000
(13:04 +0200)
committer
GitHub
<redacted>
Tue, 17 Oct 2023 11:04:38 +0000
(13:04 +0200)
.github/workflows/update-sh.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/update-sh.yml
b/.github/workflows/update-sh.yml
index 6f5582d8d9fe1daa50bc4534df527eba3184ea2e..dd44683012286d4ffc325e02ab1a7b6d0a2afd48 100644
(file)
--- a/
.github/workflows/update-sh.yml
+++ b/
.github/workflows/update-sh.yml
@@
-14,6
+14,8
@@
jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
+ with:
+ token: ${{ secrets.WOKFLOW_TOKEN }}
- name: Run update.sh script
run: ./update.sh
- name: Commit files
git clone https://git.99rst.org/PROJECT