Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate aways from third-party (not varified publisher) GitHub actions #857

Open
artembilan opened this issue Sep 17, 2024 · 0 comments
Open
Labels
theme: build An issue relating to our own build

Comments

@artembilan
Copy link
Member

For example, this one is no: julb/action-post-googlechat-message.
There is a simple replacement though:

      - name: Announce Release in Chat
        if: env.CHAT_WEBHOOK_URL
        run: |
          curl -X POST '${{ env.CHAT_WEBHOOK_URL }}' -H 'Content-Type: application/json' -d '{ text: "${{ github.event.repository.name }}-announcing `${{ env.MILESTONE }}`"}'
        env:
          CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_CHAT_WEBHOOK_URL }}

You can take ideas from the: https://github.com/spring-io/spring-github-workflows/blob/main/.github/workflows/spring-finalize-release.yml

@artembilan artembilan changed the title Migrate aways from third-party (not varified publisher) actions Migrate aways from third-party (not varified publisher) GitHub actions Sep 17, 2024
@artembilan artembilan added the theme: build An issue relating to our own build label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: build An issue relating to our own build
Projects
None yet
Development

No branches or pull requests

1 participant