Skip to content

Commit

Permalink
Merge pull request #358 from plotly/fix-reusable-workflows
Browse files Browse the repository at this point in the history
Set correct permissions
  • Loading branch information
gvwilson authored Feb 10, 2025
2 parents 4d20d0d + 9b0faaa commit 3000dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Generate release
permissions:
contents: read
contents: write
on:
push:
tags:
Expand All @@ -16,7 +16,7 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
needs: build
steps:
- name: Checkout repo
Expand Down

0 comments on commit 3000dd5

Please sign in to comment.