Skip to content

Commit

Permalink
Update python-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Sep 7, 2024
1 parent a0bf579 commit 822a027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Check if repository secrets are accessible"
id: secrets
run: |
if [ "${{ secrets.MY_KEY }}" == '' ] ; then
if [ "${{ secrets.AWS_ACCESS_KEY_ID }}" == '' ] ; then
echo "accessible=false" >> $GITHUB_OUTPUT;
echo "::debug::GitHub secrets unavailable for Actions";
else
Expand Down

0 comments on commit 822a027

Please sign in to comment.