Skip to content

Commit

Permalink
Personal repo workflow permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Aug 3, 2023
1 parent 107ced6 commit 434f937
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
push:
branches:
- main
workflow_dispatch:
workflow_dispatch:

permissions:
contents: "read"
id-token: "write"
packages: "write"

env:
TEST_CODEBUNDLE_PATH: /app/codecollection/codebundles/hello_world/sli.robot
Expand Down

0 comments on commit 434f937

Please sign in to comment.