Skip to content

Commit

Permalink
ci: no need for a secret gitlab token
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 7, 2022
1 parent c4417e1 commit 14859f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@master
- name: Set Conformance Suite Version
run: |
export VERSION=($(curl --silent --header "PRIVATE-TOKEN: ${{ secrets.GITLAB_API_TOKEN }}" "https://gitlab.com/api/v4/projects/4175605/releases" | jq -r '.[0].tag_name'))
export VERSION=($(curl --silent "https://gitlab.com/api/v4/projects/4175605/releases" | jq -r '.[0].tag_name'))
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Load Cached Conformance Suite Build
uses: actions/cache@v2
Expand Down

0 comments on commit 14859f8

Please sign in to comment.