Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Jun 19, 2024
1 parent ca2e523 commit 5dfed88
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ name: CI
on:
push:
branches:
- release/*
- develop
- master
- main
- release/*
- develop
- master
- main
pull_request: {}

permissions:
id-token: write # Required for federated aws oidc
contents: read
actions: read
pull-requests: write
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests


jobs:
ci:
Expand Down

0 comments on commit 5dfed88

Please sign in to comment.