Skip to content

Commit

Permalink
test env
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware committed Sep 17, 2024
1 parent 5155ace commit 63c79e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: Check User Permission.
if: steps.checkAccess.outputs.require-result == 'false'
run: |
echo "*************************"
echo "secret is:::: ${TEST_SECRET}"
echo "not secret is:::: ${NOT_SECRET}"
echo "*************************"
echo "${{ github.triggering_actor }} does not have permissions on this repo."
echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}"
echo "Job originally triggered by ${{ github.actor }}"
Expand Down

0 comments on commit 63c79e5

Please sign in to comment.