Skip to content

Commit 2763b9d

Browse files
author
Sergei Orlov
authored
ci(versioning): fix env variable usage
1 parent 5b02ced commit 2763b9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/versioning-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
token: ${SEMANTICS_TOKEN}
1312
- uses: actions/setup-node@v1
1413
with:
1514
node-version: '12.x'
1615
- name: Bump version with Priestine Semantics
16+
env:
17+
SEMANTICS_TOKEN: ${{ secrets.SEMANTICS_TOKEN }}
1718
run: npx @priestine/semantics --prefix=v --user=priestine --password=${SEMANTICS_TOKEN} --github-user-name=priestine --guthub-user-email=priestine1.dev@gmail.com

0 commit comments

Comments
 (0)