Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tsionyx committed Mar 27, 2024
1 parent afb7d82 commit ade2fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/3_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

name: Docker

permissions:
contents: "write"

on:
# this code should exist on the 'master' or 'main' branch
# https://github.com/orgs/community/discussions/25288#discussioncomment-3247293
Expand Down Expand Up @@ -37,6 +34,9 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
needs: [ get-env-vars ]
permissions:
contents: read
packages: write

# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit ade2fe7

Please sign in to comment.