From f761a48e1b7fbfb60277f587af846256609e0557 Mon Sep 17 00:00:00 2001 From: "J-K. Solbakken" Date: Wed, 19 Apr 2023 23:09:04 +0200 Subject: [PATCH] v1.1.2 with token permissions --- .github/workflows/publish.yml | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d343ac..9c54949 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,8 +3,11 @@ on: release: types: [published] jobs: - build: + publish: runs-on: ubuntu-latest + permissions: + contents: "read" + id-token: "write" steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # ratchet:actions/setup-node@v3 diff --git a/package.json b/package.json index 8d95344..7dcc4b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkfollower", - "version": "1.1.1", + "version": "1.1.2", "type": "module", "description": "Node.js based command line utility that lets you follow redirects to see where http URLs end up. Useful for shortened URLs.", "main": "cli.js",