On the lsif.yml file I couldn't be 100% sure on the permissions required on the lsif-go job, so I let only with contents: read for now -- let me know if this should be changed.
Note that the permissions defined on the line 5 will be the same permissions granted on the line 17, as the secrets.GITHUB_TOKEN passed as parameter is the same token that will be used to run the workflow in general.
Closes #72
On the lsif.yml file I couldn't be 100% sure on the permissions required on the lsif-go job, so I let only with
contents: read
for now -- let me know if this should be changed.Note that the permissions defined on the line 5 will be the same permissions granted on the line 17, as the
secrets.GITHUB_TOKEN
passed as parameter is the same token that will be used to run the workflow in general.