Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 2207f38

Browse files
pqnCopybara Bot
andauthored
Bring to head of internal repo (#4)
* Project import generated by Copybara. GitOrigin-RevId: 7b7c042dacb713663e9368e8b9f121aff5018c38 * chmod +x --------- Co-authored-by: Copybara Bot <[email protected]>
1 parent 3556e34 commit 2207f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/checkout@v3
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha || github.sha }}
18-
token: ${{ secrets.ACTIONS }}
1918
- name: Download parse binary
2019
run: ./download_parse.sh
2120
- name: Run tests

download_parse.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
set -euo pipefail
33

44
cd "$(dirname "${BASH_SOURCE[0]}")"
5-
VERSION="v0.0.1"
5+
VERSION="v0.0.2"
66
rm -f parse.gz parse
77
curl -Lo parse.gz "https://github.com/Exafunction/codeium-parse/releases/download/$VERSION/parse.gz"
88
gzip -d parse.gz
9+
chmod +x parse

0 commit comments

Comments
 (0)