Open
Description
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
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"
Metadata
Metadata
Assignees
Labels
No labels