Skip to content

Commit

Permalink
fix: add permission: write-all to prevent following error:
Browse files Browse the repository at this point in the history
-"installation not allowed to Create organization package"
  • Loading branch information
peterxcli committed Feb 2, 2024
1 parent 90104e9 commit 531fe16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-backend-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image on Tag
name: Build and Push Docker Backend Image on Tag

on:
push:
Expand All @@ -11,6 +11,7 @@ env:

jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-notifier-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Image on Tag
name: Build and Push Docker Notifier Image on Tag

on:
push:
Expand All @@ -11,6 +11,7 @@ env:

jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 531fe16

Please sign in to comment.