CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 18:39:37 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"9dc19ed5e437e2551287ff143c77bb6a"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=eqcS2lu%2F16sesiTboHZJvPEA1Q1ISKdMDVcUjta0EgtVa3XRZv%2FPs34ulAPGcSP2fKTwqVmApApmiFamSxDPS33sW93czBSCb886zcHFEyEwC179N7tXz%2FcmfeSpGn8bgwL6Bhnrku9QIw3mA7Fmjex4fFYFYup%2FV%2Fa%2BBiW0e7fSVl1kST%2BNsIt1LTf9CnPgkWIvU3yU68EG11Lrjp0lUo1w92iIDQfM5xGYMqLyk5YOnM70CLsa67JWb5QgnaUgfRnd6lN5Gz0cO6XcP4crmA%3D%3D--9hnM5FVsTdfH%2BDti--LpSPaw6My1%2F5DLMQZO%2FBKA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1861357643.1753900776; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 18:39:36 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 18:39:36 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9142:EDE05:1F7414:25A186:688A66E8
Star Helper · Actions · GitHub Marketplace · GitHub
Skip to content
Navigation Menu
{{ message }}
Star Helper
ActionsTags
2 (2)A GitHub Action help you star or unstar a repository.
https://github.com/actions-cool/star-helper/blob/main/.github/workflows/star.yml
name: Star Helper
on:
schedule:
- cron: '0 0 * * *'
jobs:
star-helper:
runs-on: ubuntu-latest
steps:
- uses: actions-cool/star-helper@v1.1.0
with:
token: ${{ secrets.STAR_TOKEN }}
actions: 'unstar, star'
repo: 'actions-cool/star-helper'
Name | Desc | Type | Required |
---|---|---|---|
token | GitHub token. Cannot use default token. | string | ✔ |
actions | The actions. Option star unstar . |
string | ✔ |
repo | The repository owner and name. | string | ✖ |
token
: Need to use personal authentication token- https://github.com/settings/tokens/new
- Select
repo: Full control of private repositories
- Add token to your Actions
- Help you understand
repo
: If it is not filled in, it will read the current repository- You can add this Action to any project. How trigger. Enjoy it
star-count
: Return the repository star count after actions.
You are very welcome to try it out and put forward your comments. You can use the following methods:
- Report bugs or consult with Issue
- Submit Pull Request to improve the code of
star-helper
也欢迎加入 钉钉交流群
Star Helper is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Tags
2 (2)Star Helper is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
You can’t perform that action at this time.