Skip to content

Commit

Permalink
chore: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Jan 3, 2025
1 parent 422f258 commit 1aaeae3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ on: workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
environment: publish
environment: production

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

steps:
- name: Import Secrets
Expand Down

0 comments on commit 1aaeae3

Please sign in to comment.