We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I have this error in my action and the profile README does not display the cards
Expected behavior The cards should be displayed Screenshots
Error when creating ProfileDetailsCard AxiosError: Request failed with status code 401
Additional context Here is the profile-summary-cards.yml file
profile-summary-cards.yml
name: GitHub-Profile-Summary-Cards on: schedule: # execute every 24 hours - cron: "* */24 * * *" workflow_dispatch: jobs: build: runs-on: ubuntu-latest name: generate-github-profile-summary-cards permissions: contents: write steps: - uses: actions/checkout@v4 - uses: vn7n24fzkq/github-profile-summary-cards@release env: # default use ${{ secrets.SUMMARY_GITHUB_TOKEN }}, you should replace with your personal access token GITHUB_TOKEN: ${{ secrets.SUMMARY_GITHUB_TOKEN }} with: USERNAME: ${{ github.repository_owner }} # BRANCH_NAME is optional, default to main, branch name to push cards BRANCH_NAME: "main"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have this error in my action and the profile README does not display the cards
Expected behavior
The cards should be displayed
Screenshots
Additional context
Here is the
profile-summary-cards.yml
fileThe text was updated successfully, but these errors were encountered: