added permission field
This commit is contained in:
parent
295f13f598
commit
7ffd41df8c
1 changed files with 3 additions and 4 deletions
7
.github/workflows/docker-image.yaml
vendored
7
.github/workflows/docker-image.yaml
vendored
|
@ -11,14 +11,13 @@ on:
|
|||
branches:
|
||||
- backstage-image
|
||||
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in a new issue