Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMeinders committed Aug 8, 2024
1 parent 11a67b5 commit be33b3a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/publishpio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@ jobs:

- uses: actions/checkout@v4

- name: Configure 1Password Service Account
uses: 1password/load-secrets-action/configure@v1
with:
# Persist the 1Password Service Account Authorization token
# for next steps.
# Keep in mind that every single step in the job is now
# able to access the token.
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

- name: Load GitHub credentials
id: load-github-credentials
uses: 1password/load-secrets-action@v1
with:
export-env: false
env:
HOMEBREW_TAP_GITHUB_TOKEN: op://CICD/github-easytocloud-brew/credential

- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit be33b3a

Please sign in to comment.