Skip to content

Commit eed08bf

Browse files
Merge pull request #10197 from kikofernandez/kiko/create-openvex-gh-prs/OTP-19763
authenticate openvex OTP-19763
2 parents d566c25 + cec2c07 commit eed08bf

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/openvex-sync.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ jobs:
5151
with:
5252
vexctl-release: '0.3.0'
5353

54+
- name: Authenticate gh
55+
run: |
56+
echo "${{ secrets.OPENVEX_TOKEN }}" | gh auth login --with-token
57+
5458
- name: 'Open OpenVEX Pull Requests for newly released vulnerabilities'
55-
env:
56-
GH_TOKEN: ${{ github.token }}
57-
REPO: ${{ github.repository }}
5859
run: |
5960
.github/scripts/otp-compliance.es vex verify -p
61+
# env:
62+
# GH_TOKEN: ${{ secrets.OPENVEX_TOKEN }}
63+
# REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)