Skip to content

Commit

Permalink
senzing-factory/build-resources#15 update go workflow permissions (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Jan 31, 2024
1 parent 4a5dca2 commit 1b69f9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/make-github-release-assets-darwin.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: "make github release assets darwin"

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

permissions: write-all
permissions:
contents: write

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/make-github-release-assets-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: "make github release assets linux"

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

permissions: write-all
permissions:
contents: write

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/make-github-release-assets-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

permissions: write-all
permissions:
contents: write

jobs:
build:
Expand Down

0 comments on commit 1b69f9e

Please sign in to comment.