Skip to content

Commit 7d6cb11

Browse files
committed
GitHub Actions: template cleanup workflow – remove the Update repository topics due to the lack of permissions
1 parent d21bb5c commit 7d6cb11

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/template-cleanup.yml

-8
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,3 @@ jobs:
7373
with:
7474
branch: main
7575
github_token: ${{ secrets.GITHUB_TOKEN }}
76-
77-
# Create new release draft - which is not publicly visible and requires manual acceptance
78-
- name: Update repository topics
79-
env:
80-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
run: |
82-
jq -n '{"names":["aoc-2021-in-kotlin", "kotlin", "advent-of-code", "adventofcode"]}' \
83-
| gh api -X PUT /repos/{owner}/{repo}/topics --input -

0 commit comments

Comments
 (0)