Skip to content

HTTP response code 403 received, expected HTTP 201 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
felipecao opened this issue Jul 11, 2022 · 0 comments
Open

HTTP response code 403 received, expected HTTP 201 #4

felipecao opened this issue Jul 11, 2022 · 0 comments

Comments

@felipecao
Copy link

felipecao commented Jul 11, 2022

Hello, everyone!

First of all, thanks a lot for the effort in putting together this Gitthub Action for the community, really appreciate it :)

I'm having some trouble using the action though, I was wondering if anyone could give me a hand figuring out what i'm doing wrong.

This is how the action is declared in my workflow:

      - name: Notify Opsgenie
        if: failure()
        uses: eonx-com/actions-opsgenie@master
        with:
          API_KEY: ${{ secrets.OPSGENIE_GITHUB_ACTIONS_API_KEY }}
          PRIORITY: 'P1'
          ALIAS: 'end-2-end-tests-prod'
          MESSAGE: 'E2E tests failed when running against prod'
          USE_EU_INSTANCE: true

And when the action kicks in, i'm getting the error message mentioned in the title: ERROR: HTTP response code 403 received, expected HTTP 201

Any idea what I could be doing wrong here? Could it be somehow related to USE_EU_INSTANCE? (the API key I've created has all the possible permissions, btw)

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant