Skip to content

Commit

Permalink
Add id connect permission + temp disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Sep 19, 2023
1 parent 4f85f7f commit 509c218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- dev
- workload-identity-federation

permissions:
id-token: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Unittests
on: push
on:
workflow_dispatch: {}
# push

jobs:
run-unittests:
Expand Down

0 comments on commit 509c218

Please sign in to comment.