Skip to content

Commit

Permalink
chore: set environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed May 15, 2023
1 parent 82c02de commit 5e0cd40
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment: production

permissions:
id-token: write # Required by Akeyless
contents: read
packages: read

steps:
- name: Import Secrets
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
id-token: write # Required by Akeyless
contents: read
packages: read

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.8.0
Expand Down

0 comments on commit 5e0cd40

Please sign in to comment.