diff --git a/.github/actions/authenticate_github_api/action.yaml b/.github/actions/authenticate_github_api/action.yaml deleted file mode 100644 index 6fcf2c6ff..000000000 --- a/.github/actions/authenticate_github_api/action.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: Authenticate with GitHub API -description: | - Authenticated GitHub API requests are not rate-limited like unauthenticated requests. - -# For more details: https://github.com/tweag/rules_haskell/pull/1494 - -inputs: - github_token: - type: string - -runs: - using: composite - steps: - - shell: bash - env: - GITHUB_TOKEN: ${{ inputs.github_token }} - run: | - cat >~/.netrc <>.bazelrc.local <