{"id":15286412,"url":"https://github.com/tlylt/coded-clique","last_synced_at":"2026-02-19T10:32:48.638Z","repository":{"id":158657641,"uuid":"634157911","full_name":"tlylt/coded-clique","owner":"tlylt","description":"Hide your issue/comment content from the prying eyes of a casual visitor","archived":false,"fork":false,"pushed_at":"2023-05-06T10:19:55.000Z","size":46,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T23:48:57.966Z","etag":null,"topics":["github","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/coded-clique","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tlylt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-29T08:22:18.000Z","updated_at":"2023-04-30T09:06:31.000Z","dependencies_parsed_at":"2023-07-21T09:00:55.269Z","dependency_job_id":null,"html_url":"https://github.com/tlylt/coded-clique","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tlylt/coded-clique","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlylt","download_url":"https://codeload.github.com/tlylt/coded-clique/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlylt%2Fcoded-clique/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","github-actions"],"created_at":"2024-09-30T15:13:55.639Z","updated_at":"2026-02-19T10:32:48.616Z","avatar_url":"https://github.com/tlylt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coded Clique\n\n[![GitHub CI](https://github.com/tlylt/coded-clique/actions/workflows/test.yml/badge.svg)](https://github.com/tlylt/coded-clique/actions/workflows/test.yml)\n\nThis action provides the following functionality for GitHub Actions users:\n\n- Hide your issue/comment content from the prying eyes of a casual visitor\n\nBefore:\n\n![Before](img/before.png)\n\nAfter:\n\n![After1](img/after1.png)\n![After2](img/after2.png)\n\n# Usage\n\n```yaml\nsteps:\n  - name: Coded Clique\n    uses: tlylt/coded-clique@v1\n    with:\n      token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Action inputs\n\n| Name       | Description                                                                                        | Default        |\n|------------|----------------------------------------------------------------------------------------------------|----------------|\n| `token`    | `GITHUB_TOKEN` (`issues: write`, `pull-requests: write`) or a `repo` scoped personal-access-token. | `GITHUB_TOKEN` |\n| `encoding` | The encoding method to use: \"base64\" or \"question\".                                                | `base64`       |\n\nFor  `GITHUB_TOKEN`, go to your repository's Settings \u003e Actions \u003e General, under \"Workflows permissions\", select \"Read and write permissions\" and save. With that, you can simply use `token: ${{ secrets.GITHUB_TOKEN }}`.\n\n# Testing\n\n```yaml\nname: Test coded-clique\n\non:\n  issues:\n    types: [opened, edited]\n  issue_comment:\n    types: [created, edited]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    name: test\n    steps:\n      - name: Coded Clique\n        uses: tlylt/coded-clique@main\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n# Cookbook\n\n## Use encoding \"question\"\n\n```yaml\nname: Test coded-clique\n\non:\n  issues:\n    types: [opened, edited]\n  issue_comment:\n    types: [created, edited]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    name: test\n    steps:\n      - name: Coded Clique\n        uses: tlylt/coded-clique@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n          encoding: 'question'\n```\n\n# Development\n\nUpdates will be done on the main branch. When ready, tag and release according to semver.\n\n# License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlylt%2Fcoded-clique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlylt%2Fcoded-clique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlylt%2Fcoded-clique/lists"}