Skip to content

Commit 1f5b97e

Browse files
committed
poll_hyperion_ng_tag.yml: disable for now
This workflow is broken due to changes in how GitHub token permissions work. It seems a PAT is now needed for a workflow to make changes to workflow files. I've tried adding a permission to see if that helps, though. I also stopped the workflow from running automatically until this issue is resolved.
1 parent d819e1d commit 1f5b97e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/poll_hyperion_ng_tag.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Poll Hyperion.NG (Pre-)releases
22
on:
3-
schedule:
3+
# disabled until permissions are fixed
4+
#schedule:
45
# Runs at 00:00 UTC everyday
5-
- cron: '0 0 * * *'
6+
#- cron: '0 0 * * *'
67
workflow_dispatch:
78

89
permissions:
910
pull-requests: write
1011
contents: write
12+
actions: write
1113

1214
jobs:
1315
local_tag:

0 commit comments

Comments
 (0)