Skip to content

fix(plugin): fire on_user_function_end with SUSPENDED on suspension #39

fix(plugin): fire on_user_function_end with SUSPENDED on suspension

fix(plugin): fire on_user_function_end with SUSPENDED on suspension #39

Workflow file for this run

name: Notify Slack
on:
pull_request_target:
types: [opened, reopened, ready_for_review]
issues:
types: [opened, reopened]
release:
types: [published]
permissions: {}
jobs:
notify:

Check failure on line 14 in .github/workflows/notify.yml

View workflow run for this annotation

GitHub Actions / Notify Slack

Invalid workflow file

The workflow is not valid. .github/workflows/notify.yml (Line: 14, Col: 3): Error calling workflow 'aws/aws-durable-execution-ci/.github/workflows/notify.yml@ac55d9f4b027e193aba9fa5a69c70bfa1bdc38ed'. The nested job 'summarize' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@71259cf476e37255752d8f9445a1a48ec92be1df
secrets:
SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }}
SLACK_WEBHOOK_URL_ISSUE: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
SLACK_WEBHOOK_URL_RELEASE: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE }}