Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 46abc4e

Browse files
committed
Properly set permissions for GitHub Actions, bump version
1 parent 7ae02f8 commit 46abc4e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
name: Publish to GitHub Packages
3131
permissions:
3232
contents: read
33+
id-token: write
3334
packages: write
3435
needs: ci
3536
runs-on: ubuntu-latest

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jgarber/cashcash",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "A very small DOM library inspired by jQuery.",
55
"keywords": [
66
"dom",

0 commit comments

Comments
 (0)