diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-03-16 14:03:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 14:03:41 -0700 |
| commit | 62e3ba6e3254a59b0e8b194f0816afb797253539 (patch) | |
| tree | 0aa0e33dcda5cb3a249beab30e26313a9208bfed /.github | |
| parent | chore(ci): use depot to build docker images too (#3281) (diff) | |
| download | atuin-62e3ba6e3254a59b0e8b194f0816afb797253539.zip | |
chore: update permissions in Docker workflow (#3283)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 68a1ad5c..670bc2d5 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -11,6 +11,8 @@ jobs: cancel-in-progress: true permissions: packages: write + contents: read + id-token: write runs-on: depot-ubuntu-24.04 steps: |
