Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 29, 2024
1 parent a64052a commit 0004ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,13 @@ jobs:
echo "packages=$package-list" >> $GITHUB_OUTPUT
docker-release:
name: Docker Release
name: "Docker Release for ${{ matrix.package }}"
needs: [determine-docker-package]
strategy:
matrix:
package: ${{fromJson(needs.determine-docker-package.outputs.packages)}}
permissions:
packages: write

uses: dbt-labs/dbt-release/.github/workflows/release-docker.yml@main
with:
Expand Down

0 comments on commit 0004ab6

Please sign in to comment.