Skip to content

Commit

Permalink
move github action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pete911 committed Dec 17, 2024
1 parent c2cda7b commit a2eaff6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: pipeline

on: [push]

permissions:
contents: write

jobs:
prereqs:
runs-on: ubuntu-latest
Expand All @@ -18,6 +15,8 @@ jobs:
go-release:
needs:
- go
permissions:
contents: write
uses: pete911/github-actions/.github/workflows/go-releaser.yml@main
secrets:
PUBLIC_REPO_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }}

0 comments on commit a2eaff6

Please sign in to comment.