3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-02-05 02:16:18 +00:00

Fix workflow permissions and cleanup

This commit is contained in:
Bassem Dghaidi 2026-01-29 02:17:35 -08:00 committed by GitHub
parent b56bb3a202
commit 94056f1871
6 changed files with 45 additions and 30 deletions

View file

@ -4,14 +4,14 @@ on:
release:
types: [released]
permissions:
contents: read
id-token: write
packages: write
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
- name: Checking out
uses: actions/checkout@v5