Skip to content

Commit

Permalink
Remove GitHub Action for FlowCrafter (#118)
Browse files Browse the repository at this point in the history
As it turns out, GitHub Actions cannot update workflow files. The
necessary permission can only be granted to GitHub Apps, and the only
other solution is to pass a Personal Access Token (PAT) to the action.
The latter is difficult to manage at scale, especially with the new
granular tokens that must expire within a year. Until a better solution
can be found, we are removing the GitHub Action again.

This reverts commit 6d68f5e.
  • Loading branch information
jdno authored Jan 2, 2024
1 parent e331156 commit d314328
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/flowcrafter.yml

This file was deleted.

1 change: 0 additions & 1 deletion .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ rules:
line-length:
ignore: |
.github/workflows/*
action.yml
41 changes: 0 additions & 41 deletions action.yml

This file was deleted.

0 comments on commit d314328

Please sign in to comment.