{"id":13713579,"url":"https://github.com/miRoox/wolfram-action","last_synced_at":"2025-05-06T23:32:26.742Z","repository":{"id":65160887,"uuid":"229733538","full_name":"miRoox/wolfram-action","owner":"miRoox","description":"GitHub action to run Wolfram language code [Deprecated]","archived":false,"fork":false,"pushed_at":"2021-12-04T15:17:47.000Z","size":75,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T11:50:23.915Z","etag":null,"topics":["github-actions","wolfram-language"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/github-action-for-wolfram-language","language":"Mathematica","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miRoox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-23T10:53:38.000Z","updated_at":"2024-05-11T03:12:09.000Z","dependencies_parsed_at":"2023-01-13T15:44:11.483Z","dependency_job_id":null,"html_url":"https://github.com/miRoox/wolfram-action","commit_stats":{"total_commits":60,"total_committers":1,"mean_commits":60.0,"dds":0.0,"last_synced_commit":"d5c06516bb27f14ae0480d1e5a8e489d7f443e6f"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwolfram-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwolfram-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwolfram-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miRoox%2Fwolfram-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miRoox","download_url":"https://codeload.github.com/miRoox/wolfram-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252787534,"owners_count":21804277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","wolfram-language"],"created_at":"2024-08-02T23:01:39.750Z","updated_at":"2025-05-06T23:32:26.481Z","avatar_url":"https://github.com/miRoox.png","language":"Mathematica","funding_links":[],"categories":["Mathematica"],"sub_categories":[],"readme":"# wolfram action\n\n[![GitHub Actions Status](https://github.com/miRoox/wolfram-action/workflows/Test%20Action/badge.svg)](https://github.com/miRoox/wolfram-action/actions)\n\n**Deprecated, suggest to use the workflows based on the on-demand license entitlements, see details on [WolframResearch/WL-FunctionCompile-CI-Template](https://github.com/WolframResearch/WL-FunctionCompile-CI-Template).**\n\nGitHub action to run Wolfram language code.\n\nIt runs in [a docker image](https://hub.docker.com/repository/docker/miroox/wolfram-engine-docker) with a [Wolfram Engine](https://www.wolfram.com/engine/) installed.\n\n## Inputs\n\n### `file`\n\n**Required** The script file to run.\n\n### `args`\n\nThe extra arguments to be passed to the script.\n\n## Authentication\n\nYou need `WOLFRAM_ID` and `WOLFRAM_PASS` environment variables to activate the [Wolfram Engine](https://www.wolfram.com/engine/) and authenticate the [Wolfram Cloud](https://www.wolframcloud.com/), see [Creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) for using encrypted secrets in your workflow.\n\n### `WOLFRAM_ID`\n\n**Required** Your Wolfram ID.\n\n### `WOLFRAM_PASS`\n\n**Required** Your Wolfram ID password.\n\n## Example usage\n\n```yaml\non: [push]\njobs:\n  run_wolfram:\n    name: Run Wolfram language code\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v1\n    - name: Run Wolfram script\n      uses: miRoox/wolfram-action@master\n      with:\n        file: script.wl\n      env:\n        WOLFRAM_ID: ${{ secrets.WolframID }}\n        WOLFRAM_PASS: ${{ secrets.WolframPW }}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmiRoox%2Fwolfram-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmiRoox%2Fwolfram-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmiRoox%2Fwolfram-action/lists"}