Skip to content

Commit

Permalink
Add write permission to the GitHub Actions publish workflow to be a…
Browse files Browse the repository at this point in the history
…ble to create releases (#7)
  • Loading branch information
mangs authored Nov 29, 2024
1 parent c5d4cc7 commit bda03d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publishWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: write
id-token: write
steps:
- name: CPU Details
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.5

- Add `write` permission to the GitHub Actions publish workflow to be able to create releases

## 1.0.4

- Change how NPM user access token is being added into our GitHub Actions workflow environment
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babbel/stylelint-config",
"version": "1.0.4",
"version": "1.0.5",
"author": "Eric L. Goldstein <[email protected]>",
"description": "Hierarchical Stylelint configuration collection that intends to be simple to use, layered, and shared with others",
"keywords": [
Expand Down

0 comments on commit bda03d4

Please sign in to comment.