{"id":19329945,"url":"https://github.com/marmelab/greenframe-action","last_synced_at":"2025-04-22T22:32:44.926Z","repository":{"id":44906307,"uuid":"449705635","full_name":"marmelab/greenframe-action","owner":"marmelab","description":"GreenFrame Github Action to perform carbon footprint analysis","archived":false,"fork":false,"pushed_at":"2023-04-08T21:13:38.000Z","size":24,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-13T02:08:36.908Z","etag":null,"topics":["co2-emissions","greenframe","sustainability","tech4good"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/marmelab.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,"governance":null}},"created_at":"2022-01-19T13:36:04.000Z","updated_at":"2023-05-05T08:07:03.000Z","dependencies_parsed_at":"2023-09-28T10:23:22.312Z","dependency_job_id":null,"html_url":"https://github.com/marmelab/greenframe-action","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"c3bc3203c2ad04ae8ecf46fe67cec1d10ce016fd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marmelab%2Fgreenframe-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marmelab%2Fgreenframe-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marmelab%2Fgreenframe-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marmelab%2Fgreenframe-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marmelab","download_url":"https://codeload.github.com/marmelab/greenframe-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223906422,"owners_count":17223045,"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":["co2-emissions","greenframe","sustainability","tech4good"],"created_at":"2024-11-10T02:32:36.229Z","updated_at":"2024-11-10T02:32:36.905Z","avatar_url":"https://github.com/marmelab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GreenFrame CLI action\n\nThis action install the GreenFrame CLI and perform an analysis by using your configuration file.\n\n![GreenFrame Documentation](https://docs.greenframe.io)\n\n## Inputs\n\n### `CONFIG_PATH`\n\nThe path to your config file. Default `./.greenframe.yml`.\n\n## Environnement variable\n\n### `GREENFRAME_SECRET_TOKEN`\n\nYou have to provide your `GREENFRAME_SECRET_TOKEN`. Do not paste it directly in your repository but use ![Github Encrypted Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) instead.\n\n## Example usage\n\nCreate a file: `.github/workflows/greenframe.yml`\n\n```\non: [push]\n\njobs:\n  greenframe_action_workflow:\n    runs-on: ubuntu-latest\n    name: Run a GreenFrame CLI Action\n    steps:\n      # To use this repository's private action,\n      # you must check out the repository\n      - name: Checkout\n        uses: actions/checkout@v2\n        with:\n          fetch-depth: 0 # Fetch all the git history to enable git comparison\n      - name: GreenFrame Analysis\n        uses: marmelab/greenframe-action@1.0.0\n        env:\n          GREENFRAME_SECRET_TOKEN: ${{secrets.GREENFRAME_SECRET_TOKEN}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarmelab%2Fgreenframe-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarmelab%2Fgreenframe-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarmelab%2Fgreenframe-action/lists"}