Skip to content

Commit 3d0d23c

Browse files
committed
fixup! fixup! barebone-specific deb creation fix
1 parent 9292433 commit 3d0d23c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release-deb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
with:
1616
package-name: "dls2"
1717
deb-script-path: "scripts/create-deb-deploy.sh"
18-
secrets: inherit
18+
secrets:
19+
CICD_PAT: ${{ secrets.CICD_PAT }}

0 commit comments

Comments
 (0)