Skip to content

Commit 7d70f65

Browse files
authored
Update main_py_to_bitly.yml
1 parent a8b04a5 commit 7d70f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_py_to_bitly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- name: Create bit.ly short url
2929
run: |
3030
curl \
31-
-H 'Authorization: Bearer $BITLY_ACCESS_TOKEN' \
31+
-H 'Authorization: Bearer ${{ env.BITLY_ACCESS_TOKEN }}' \
3232
-H 'Content-Type: application/json' \
3333
-X POST \
3434
-d '{"long_url": "${{ env.path_of_main_py }}"}' \

0 commit comments

Comments
 (0)