File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ concurrency:
2626jobs :
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 }}
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
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ exclude =
6969# Additional dependencies for specific services
7070all =
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
You can’t perform that action at this time.
0 commit comments