We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3f9c6 commit 9f10ff4Copy full SHA for 9f10ff4
.github/workflows/main_py_to_bitly.yml
@@ -2,6 +2,8 @@
2
on:
3
push:
4
branches: [ master ]
5
+ env:
6
+ BITLY_ACCESS_TOKEN: ${{ secrets.wsapt-bitly.BITLY_ACCESS_TOKEN }}
7
jobs:
8
job1:
9
runs-on: ubuntu-latest
@@ -25,8 +27,6 @@
25
27
run: echo "${{ env.path_of_main_py }}"
26
28
- name: Create bit.ly short url
29
shell: bash
- env:
- BITLY_ACCESS_TOKEN: ${{ secrets.BITLY_ACCESS_TOKEN }}
30
run: |
31
curl \
32
-H 'Authorization: Bearer $BITLY_ACCESS_TOKEN' \
0 commit comments