Skip to content

Commit

Permalink
Fix permissions location
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed Jan 15, 2025
1 parent f3aa69a commit 1d9c201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-e2e-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
generate-report:
runs-on: ubuntu-22.04
if: github.repository_owner == 'mattermost' && github.event.workflow_run.conclusion == 'success'
permissions:
statuses: write
steps:
- name: e2e-report/checkout-mattermost-plugin-calls-repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down Expand Up @@ -76,8 +78,6 @@ jobs:
echo "You can find the report [here](${{ steps.stats.outputs.S3_REPORT }})" >> "${GITHUB_STEP_SUMMARY}"
- name: e2e-report/send-success-status
permissions:
statuses: write
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
with:
script: |
Expand Down

0 comments on commit 1d9c201

Please sign in to comment.