Skip to content

Commit d336fd7

Browse files
authored
Merge pull request #70 from juanjemdIos/main
run action rsfc with token must be -t instead of --token
2 parents 1551983 + 2388025 commit d336fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-rsfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
rsfc --repo ${{ inputs.repo_url }} | tee rsfc_output.txt
4040
else
4141
echo "Running RSFC on private repo with token"
42-
rsfc --repo ${{ inputs.repo_url }} --token ${{ secrets.RSFC_TOKEN }} | tee rsfc_output.txt
42+
rsfc --repo ${{ inputs.repo_url }} -t ${{ secrets.RSFC_TOKEN }} | tee rsfc_output.txt
4343
fi
4444
- name: Upload RSFC report
4545
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)