Skip to content

Commit 4460d93

Browse files
authored
ci: improve logging at build-report.yml
1 parent c67bc40 commit 4460d93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
steps:
2727

2828
# Verify for existing token secret set
29-
- name: Check Personal Access Token secret
29+
- name: Check Personal Access Token
3030
env:
3131
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
3232
run: |
33+
echo "Checking personal access token."
3334
SECRETS_URL="${{ github.server_url }}/${{ github.repository }}/settings/secrets/actions"
3435
3536
log_pat_error() {
@@ -38,7 +39,7 @@ jobs:
3839
echo -e "\e[93m2. Click on \e[92mGenerate new token\e[0m\e[93m and then on \e[92mGenerate new token (classic) \e[0m\e[93m\e[0m" >&2
3940
echo -e "\e[93m3. Give your token a name, select the required scopes (e.g., repo), and click on \e[92mGenerate token\e[93m\e[0m" >&2
4041
echo -e "\e[93m4. Copy the generated token" >&2
41-
echo -e "\e[93m5. Go to your repository: \e[94m$SECRETS_URL\e[93m" >&2
42+
echo -e "\e[93m5. Go to your repository action secret settings: \e[94m$SECRETS_URL\e[93m" >&2
4243
echo -e "\e[93m6. Name the secret \e[94mPAT_TOKEN\e[93m and paste the copied token as the value" >&2
4344
}
4445

0 commit comments

Comments
 (0)