Compare commits

..

No commits in common. "cdb4e24e6af157cb1cf12a68e88895ab3c044aff" and "ff7131e65b704dd0b76f10db4920d7db6606e2aa" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -16,11 +16,9 @@ jobs:
- name: Set Token
run: |
if ! [[ -z "${{ inputs.token }}" ]]; then
echo "Got token input (is that even possible?)"
echo "TOKEN=${{ inputs.token }}" >> "$GITHUB_ENV"
else
echo "Using current secret"
echo "TOKEN=${{ secrets.MY_REPO_PAT }}" >> "$GITHUB_ENV"
echo "TOKEN=${{ github.token }}" >> "$GITHUB_ENV"
fi
- uses: actions/checkout@v4