Skip to content

Commit

Permalink
Update ci-ddf-store.yml (#7763)
Browse files Browse the repository at this point in the history
Add missing permissions
  • Loading branch information
Zehir authored May 14, 2024
1 parent c3a1a39 commit 56a339a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-ddf-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

name: Continuous integration DDF Bundles

permissions:
contents: write
pull-requests: write

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
Expand Down Expand Up @@ -165,4 +169,4 @@ jobs:
upload-store-enabled: false

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 56a339a

Please sign in to comment.