Skip to content

Commit

Permalink
Change workflow implementation to use different files for each step
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Sanchez committed Sep 27, 2024
1 parent 5376250 commit 0e5ee72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- main

jobs:
permissions:
id-token: write # allows creation of an OIDC token
contents: read
build:
permissions:
id-token: write # allows creation of an OIDC token
contents: read
uses: ./.github/workflows/build-steps.yml

deploy:
Expand Down

0 comments on commit 0e5ee72

Please sign in to comment.