Skip to content

Commit

Permalink
Merge pull request #242 from uclahs-cds/yashpatel-changes-for-publica…
Browse files Browse the repository at this point in the history
…tion

Update pipeline release action for publicizing
  • Loading branch information
yashpatel6 authored Oct 19, 2023
2 parents 77f6bcd + e1c60ba commit 51e870d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
release:
types: [published]

permissions: read-all
permissions:
contents: write
jobs:
add_release_asset:
runs-on: ubuntu-latest
Expand All @@ -14,4 +15,4 @@ jobs:
- id: release-asset
uses: uclahs-cds/tool-Nextflow-action/add-source-with-submodules@latest
with:
my-token: ${{ secrets.UCLAHS_CDS_REPO_READ_TOKEN }}
my-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 51e870d

Please sign in to comment.