Skip to content

CheckActionsBillingInfo

Actions
check actions billing info
v2.0.0
Latest
Star (5)

Tags

 (1)

CheckActionsBillingInfo

This action is get GitHub Actions billing info.

Inputs

accessType

access type.

user or org

default is user

accessToken

Required access token.

https://github.com/settings/tokens

When accessType is user, Access tokens must have the user scope. When accessType is org, Access tokens must have the org scope.

Warning: The Billing API is currently in public beta and subject to change.

name

Required GitHub account name or organization name.

Example usage

jobs:
  build:
    steps:
    - name: Check Actions Billing Info
      id: exec-actions
      uses: starfish719/[email protected]
      with:
        accessToken: ${{ secrets.ACCESS_TOKEN }}
        name: your name
    - name: result
        run: |
          echo total_minutes_used-${{ steps.exec-action.outputs.total_minutes_used }}
          echo total_paid_minutes_used-${{ steps.exec-action.outputs.total_paid_minutes_used }}
          echo included_minutes-${{ steps.exec-action.outputs.included_minutes }}

CheckActionsBillingInfo is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

check actions billing info
v2.0.0
Latest

Tags

 (1)

CheckActionsBillingInfo is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.