Skip to content

Commit

Permalink
fix permissions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Feb 17, 2023
1 parent dedaa4e commit f2189e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

permissions: write-all

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit f2189e7

Please sign in to comment.