vectordotdev / vector

A high-performance observability data pipeline.
https://vector.dev
Mozilla Public License 2.0
18.21k stars 1.6k forks source link

fix(ci): fix publish workflow permissions #21773

Closed bthuilot closed 1 week ago

bthuilot commented 1 week ago

Summary

Fixes workflow permission for publish

Change Type

Is this a breaking change?

jszwedko commented 1 week ago

Or perhaps we need to add these permissions to workflows that call this one like https://github.com/vectordotdev/vector/blob/master/.github/workflows/custom_builds.yml

bthuilot commented 1 week ago

@jszwedko updated custom_build.yml because i think that will require it too

jszwedko commented 1 week ago

@jszwedko updated custom_build.yml because i think that will require it too

Thanks! I added it to the others that call publish.yml in 2cc7bf4

jszwedko commented 1 week ago

Testing here: https://github.com/vectordotdev/vector/actions/runs/11818786288

pront commented 1 week ago

Note: The nightly job https://github.com/vectordotdev/vector/actions/runs/11810954933/attempts/1 passed.