mirror of
https://gitea.com/actions/cache.git
synced 2026-02-01 09:35:22 -08:00
Fix workflow permissions and cleanup
This commit is contained in:
10
.github/workflows/publish-immutable-actions.yml
vendored
10
.github/workflows/publish-immutable-actions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user