Skip to content

Commit 7e54c15

Browse files
authored
[DPE-1288] Updates synapseclient version (#51)
* updates synapseclient version * replace keep alive workflow
1 parent aa0be39 commit 7e54c15

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ concurrency:
2626
jobs:
2727
prepare:
2828
runs-on: ubuntu-latest
29+
permissions:
30+
actions: write
2931
outputs:
3032
wheel-path: ${{ steps.distribution-paths.outputs.wheel }}
3133
tarball-path: ${{ steps.distribution-paths.outputs.tarball }}
@@ -54,12 +56,9 @@ jobs:
5456
name: python-distribution-files
5557
path: dist/
5658
retention-days: 1
57-
# Prevent scheduled workflow from ever being paused
5859
- name: Keepalive Workflow
59-
uses: gautamkrishnar/keepalive-workflow@2.0.10
60-
with:
61-
time_elapsed: 44
62-
gh_token: ${{ secrets.GITHUB_TOKEN }}
60+
uses: liskin/gh-workflow-keepalive@v1
61+
if: github.event_name == 'schedule'
6362

6463
test:
6564
needs: prepare

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exclude =
6969
# Additional dependencies for specific services
7070
all =
7171
challengeutils~=4.3
72-
synapseclient~=4.7
72+
synapseclient~=4.8
7373
fs-synapse~=2.1
7474
sevenbridges-python~=2.9
7575
requests~=2.28

0 commit comments

Comments
 (0)