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 19f07ca commit a8d6d48
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,15 +2,14 @@ name: pipeline

on: [push]

permissions:
contents: write

jobs:
go:
uses: pete911/github-actions/.github/workflows/go.yml@main
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 a8d6d48

Please sign in to comment.