We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b972dee commit f4d82c0Copy full SHA for f4d82c0
1 file changed
.github/workflows/create_version.yml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v2
15
+ token: ${{ secrets.T8DDY_TOKEN }}
16
with:
17
fetch-depth: 0
18
#create a new branch for the version tag
0 commit comments