Skip to content

Commit

Permalink
Removing secrets.GITHUB_TOKEN from description, as it's being rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista committed Jan 27, 2024
1 parent 7500ebd commit a51a58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
description: "Name of the GitHub actions job where the artifact will be uploaded"
required: true
token:
description: "GitHub token available as ${{ secrets.GITHUB_TOKEN }} required to create a comment"
description: "GitHub token available as the `secrets.GITHUB_TOKEN` variable"
required: true
runs:
using: "composite"
Expand Down

0 comments on commit a51a58e

Please sign in to comment.