Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneiderNicolas committed Sep 15, 2023
1 parent c000987 commit 2af7b96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-to-epi-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout source repo
uses: actions/checkout@v2

- name: Debug token length
run: echo "Token has length of ${#TOKEN}"
env:
TOKEN: ${{ secrets.TOKEN }}
- name: Debug token length
run: echo "Token has length of ${#TOKEN}"
env:
TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 2af7b96

Please sign in to comment.