Skip to content

Commit

Permalink
ci: allow attestations in docker workflow
Browse files Browse the repository at this point in the history
[skip ci]

Change-Id: I75baa6d4bbd156be7cc5b90e05b8d5d8bac20e5f
  • Loading branch information
Pesa committed May 8, 2024
1 parent 35e6aff commit 81c3c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: Docker
on:
push:
tags:
- 'ndn-tools-*'
- 'ndn-tools-[0-9]+*'
schedule:
# twice a month
- cron: '20 10 5,20 * *'
workflow_dispatch:

permissions:
packages: write
attestations: write
id-token: write
packages: write

jobs:
ndn-tools:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![Latest version](https://img.shields.io/github/v/tag/named-data/ndn-tools?label=Latest%20version)
![Language](https://img.shields.io/badge/C%2B%2B-17-blue)
[![CI](https://github.com/named-data/ndn-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/ndn-tools/actions/workflows/ci.yml)
[![Docker](https://github.com/named-data/ndn-tools/actions/workflows/docker.yml/badge.svg)](https://github.com/named-data/ndn-tools/actions/workflows/docker.yml)
[![Docs](https://github.com/named-data/ndn-tools/actions/workflows/docs.yml/badge.svg)](https://github.com/named-data/ndn-tools/actions/workflows/docs.yml)

This repository contains a collection of basic tools for [Named Data Networking (NDN)](https://named-data.net/).
Expand Down

0 comments on commit 81c3c64

Please sign in to comment.