Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/.ncmake-workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"source": "nextcloud"
},
"workflow-updater.yml": {
"hash": "51db7ca85627ed5b4641677a577672df724936608152e3a36eef9f90da36e100",
"sha": "d81ef339dca007a84367431100725c64b7de2c74",
"hash": "d09a11fb854600d3856f21ed747560ed1e14ccc238b2320811a95802e8903264",
"sha": "80fdcb5df80688289a371c4d6358a301a37d6898",
"source": "ncmake"
}
}
6 changes: 6 additions & 0 deletions .github/workflows/workflow-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
persist-credentials: false

- name: Refresh managed workflows from upstream
env:
# 'make dev-init' lists the ncmake modules through the GitHub API, and
# an anonymous call gets 60 requests per hour counted per source IP --
# shared by every job on a hosted runner, so it answers 403 every so
# often and fails the step. The app token is already minted above.
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
make dev-init
make workflows-update
Expand Down
Loading