Skip to content

Commit

Permalink
ci: use inherited secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer authored Oct 24, 2024
1 parent dfc5f99 commit d40ce69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
secrets: inherit
outputs:
image: ${{ steps.set.outputs.image }}
steps:
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:

oci-factory:
runs-on: ubuntu-latest
secrets: inherit
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
Expand Down

0 comments on commit d40ce69

Please sign in to comment.