Skip to content

Commit

Permalink
fix: Update TOKEN (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 21, 2023
1 parent 3d59b01 commit 630560b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
release-type: ruby
package-name: workflow-testing-gem
version-file: lib/kitchen/driver/version.rb
token: ${{ secrets.PORTER_GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
require: [chefstyle]

AllCops:
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ GEM
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 630560b

Please sign in to comment.